Skip to content

Commit 07e3292

Browse files
committed
adjust log message
1 parent 17937b3 commit 07e3292

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,8 @@ def mirror_project(config, project_name, check_changes, strip_outgoing, uri,
526526
'a repository in project {}: {}'.format(project_name, exc))
527527
return get_mirror_retcode(ignore_errors, FAILURE_EXITVAL)
528528
if r:
529-
logger.info("removing data for project {}".format(project_name))
529+
logger.info("Found outgoing changesets, removing data for project {}".
530+
format(project_name))
530531
r = delete_project_data(logger, project_name, uri,
531532
headers=headers, timeout=timeout, api_timeout=api_timeout)
532533
if not r:

0 commit comments

Comments
 (0)