mirror of
https://github.com/docker/compose.git
synced 2025-07-21 04:34:38 +02:00
Remove redundant log message
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
8ecd15e568
commit
b2c13e1534
@ -514,7 +514,6 @@ class Service(object):
|
|||||||
volumes can be copied to the new container, before the original
|
volumes can be copied to the new container, before the original
|
||||||
container is removed.
|
container is removed.
|
||||||
"""
|
"""
|
||||||
log.info("Recreating %s" % container.name)
|
|
||||||
|
|
||||||
container.stop(timeout=self.stop_timeout(timeout))
|
container.stop(timeout=self.stop_timeout(timeout))
|
||||||
container.rename_to_tmp_name()
|
container.rename_to_tmp_name()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user