mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
show exception when trying to fetch remote packages
This commit is contained in:
@@ -234,7 +234,7 @@ public class HgPackageReader
|
|||||||
}
|
}
|
||||||
catch (IOException ex)
|
catch (IOException ex)
|
||||||
{
|
{
|
||||||
logger.error("could not read HgPackages from {}", PACKAGEURL);
|
logger.error("could not read HgPackages from ".concat(PACKAGEURL), ex);
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user