mirror of https://github.com/docker/compose.git
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
|
||||
container is removed.
|
||||
"""
|
||||
log.info("Recreating %s" % container.name)
|
||||
|
||||
container.stop(timeout=self.stop_timeout(timeout))
|
||||
container.rename_to_tmp_name()
|
||||
|
|
Loading…
Reference in New Issue