Skip to content

Commit 68ad6df

Browse files
Vladimir Kotalahornace
authored andcommitted
fix log
1 parent 3f3da1e commit 68ad6df

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ def handle_disabled_project(config, project_name, disabled_msg, headers=None,
372372
def get_mirror_retcode(ignore_errors, value):
373373
if ignore_errors:
374374
logger = logging.getLogger(__name__)
375-
logger.info("error code is {} however '{}' is on, "
376-
"so returning success".format(IGNORE_ERR_PROPERTY, value))
375+
logger.info("error code is {} however '{}' property is true, "
376+
"so returning success".format(value, IGNORE_ERR_PROPERTY))
377377
return SUCCESS_EXITVAL
378378

379379
return value

0 commit comments

Comments
 (0)