vcs: report warning on start if vcsserver connection is not configured
This commit is contained in:
parent
ba98db4638
commit
91c6809a7f
1 changed files with 2 additions and 0 deletions
|
|
@ -85,3 +85,5 @@ def load_pyramid_environment(global_config, settings):
|
|||
|
||||
if vcs_server_enabled:
|
||||
connect_vcs(vcs_server_uri, utils.get_vcs_server_protocol(settings))
|
||||
else:
|
||||
log.warning('vcs-server not enabled, vcs connection unavailable')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue