We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71dcf5 commit c761ec9Copy full SHA for c761ec9
tools/src/main/python/opengrok_tools/utils/opengrok.py
@@ -91,7 +91,7 @@ def set_config_value(logger, name, value, uri, headers=None, timeout=None):
91
do_api_call('PUT', get_uri(uri, 'api', 'v1', 'configuration', name),
92
data=value, headers=local_headers, timeout=timeout)
93
except Exception as e:
94
- logger.error("Cannot set the '{}' config field to '{}' from the web "
+ logger.error("Cannot set the '{}' config field to '{}' in the web "
95
"application: {}".format(name, value, e))
96
return False
97
0 commit comments