Skip to content

Commit 11f0562

Browse files
committed
fix logging argument
1 parent 38bc725 commit 11f0562

File tree

1 file changed

+1
-1
lines changed
  • tools/src/main/python/opengrok_tools/utils

1 file changed

+1
-1
lines changed

tools/src/main/python/opengrok_tools/utils/mirror.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ def process_outgoing(repos, project_name):
414414

415415
ret = False
416416
for repo in repos:
417-
logger.debug("Checking outgoing changes for repository {}", repo)
417+
logger.debug("Checking outgoing changes for repository {}".format(repo))
418418
if repo.strip_outgoing():
419419
logger.debug('Repository {} in project {} had outgoing changes stripped'.
420420
format(repo, project_name))

0 commit comments

Comments
 (0)