mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-01 11:05:56 +01:00
added missing log line
This commit is contained in:
@@ -122,7 +122,10 @@ public class SvnChangesetViewer implements ChangesetViewer
|
||||
logger.warn("could not convert revision", ex);
|
||||
}
|
||||
}
|
||||
catch (SVNException ex) {}
|
||||
catch (SVNException ex)
|
||||
{
|
||||
logger.error("could not open repository", ex);
|
||||
}
|
||||
finally
|
||||
{
|
||||
SvnUtil.closeSession(repository);
|
||||
|
||||
Reference in New Issue
Block a user