Remove redundant log message

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2017-11-09 14:25:14 -08:00
parent 0079ac52c6
commit 305fae85d1

View File

@ -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()