fix wrong logging message

This commit is contained in:
Sebastian Sdorra
2011-09-28 10:07:49 +02:00
parent 83c8996ece
commit a5d733f1c6

View File

@@ -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,