Skip to content

Commit c761ec9

Browse files
Vladimir Kotalahornace
authored andcommitted
fix wording
1 parent a71dcf5 commit c761ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def set_config_value(logger, name, value, uri, headers=None, timeout=None):
9191
do_api_call('PUT', get_uri(uri, 'api', 'v1', 'configuration', name),
9292
data=value, headers=local_headers, timeout=timeout)
9393
except Exception as e:
94-
logger.error("Cannot set the '{}' config field to '{}' from the web "
94+
logger.error("Cannot set the '{}' config field to '{}' in the web "
9595
"application: {}".format(name, value, e))
9696
return False
9797

0 commit comments

Comments
 (0)