mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-01 02:55:56 +01:00
improve logging
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user