Merge "Replace LOG.warn with LOG.warning"
This commit is contained in:
commit
fc02bef9bc
@ -196,8 +196,8 @@ for service in (json_data or []):
|
|||||||
configs[config_volume][2] = '%s\n%s' % (configs[config_volume][2],
|
configs[config_volume][2] = '%s\n%s' % (configs[config_volume][2],
|
||||||
manifest)
|
manifest)
|
||||||
if configs[config_volume][3] != config_image:
|
if configs[config_volume][3] != config_image:
|
||||||
log.warn("Config containers do not match even though"
|
log.warning("Config containers do not match even though"
|
||||||
" shared volumes are the same!")
|
" shared volumes are the same!")
|
||||||
else:
|
else:
|
||||||
if not config_volume_only or (config_volume_only == config_volume):
|
if not config_volume_only or (config_volume_only == config_volume):
|
||||||
log.debug("Adding new service")
|
log.debug("Adding new service")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user