浏览代码

Tweak wording of scale warning

Signed-off-by: Aanand Prasad <[email protected]>
Aanand Prasad 10 年之前
父节点
当前提交
445fe89fce
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compose/service.py

+ 1 - 1
compose/service.py

@@ -158,7 +158,7 @@ class Service(object):
         - removes all stopped containers
         """
         if self.specifies_host_port():
-            log.warn('Service %s specifies a port on the host. If multiple containers '
+            log.warn('The "%s" service specifies a port on the host. If multiple containers '
                      'for this service are created on a single host, the port will clash.'
                      % self.name)