Add hint that exception can be ignored

This commit is contained in:
Rene Pfeuffer
2019-07-04 11:46:25 +02:00
parent 0ad291ea7d
commit 69b26f0f29

View File

@@ -118,7 +118,7 @@ public final class HgEnvironment
String credentials = hookManager.getCredentials();
environment.put(SCM_BEARER_TOKEN, credentials);
} catch (ProvisionException e) {
LOG.debug("could not create bearer token; looks like currently we are not in a request", e);
LOG.debug("could not create bearer token; looks like currently we are not in a request; probably you can ignore the following exception:", e);
}
environment.put(ENV_PYTHON_PATH, HgUtil.getPythonPath(handler.getConfig()));
environment.put(ENV_URL, hookUrl);