improve logging

This commit is contained in:
Sebastian Sdorra
2011-09-15 10:44:52 +02:00
parent 220dce25f0
commit 27d2c0e482

View File

@@ -114,7 +114,10 @@ public class SvnBlameViewer implements BlameViewer
SVNRevision.HEAD,
new SvnBlameHandler(blameLines));
}
catch (Exception ex) {}
catch (Exception ex)
{
logger.error("could not create blame view", ex);
}
total = blameLines.get(blameLines.size() - 1).getLineNumber();