mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 16:05:44 +01:00
fix wrong logging message
This commit is contained in:
@@ -107,7 +107,7 @@ public class HgRepositoryHookEvent extends AbstractRepositoryHookEvent
|
||||
pendingString = "pending ";
|
||||
}
|
||||
|
||||
logger.debug("load {}changesets for hook {}", type, pendingString);
|
||||
logger.debug("load {}changesets for hook {}", pendingString, type);
|
||||
}
|
||||
|
||||
changesets = createChangesetViewer().getChangesets(startRev, REV_TIP,
|
||||
|
||||
Reference in New Issue
Block a user