mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 07:55:47 +01:00
added logging
This commit is contained in:
@@ -97,6 +97,12 @@ public class HgBlameViewer implements BlameViewer
|
||||
{
|
||||
AssertUtil.assertIsNotEmpty(path);
|
||||
|
||||
if (logger.isDebugEnabled())
|
||||
{
|
||||
logger.debug("get blame result for {} at revision {}", path,
|
||||
HgUtil.getRevision(revision));
|
||||
}
|
||||
|
||||
return HgUtil.getResultFromScript(BlameResult.class, blameResultContext,
|
||||
RESOURCE_BLAME, handler, repository,
|
||||
revision, path);
|
||||
|
||||
Reference in New Issue
Block a user