show exception when trying to fetch remote packages

This commit is contained in:
Sebastian Sdorra
2012-05-29 13:38:27 +02:00
parent cac2f69c89
commit fd1145f374

View File

@@ -234,7 +234,7 @@ public class HgPackageReader
}
catch (IOException ex)
{
logger.error("could not read HgPackages from {}", PACKAGEURL);
logger.error("could not read HgPackages from ".concat(PACKAGEURL), ex);
}
finally
{