From ec1de94bc98c4d6f14292e3c9f9ba6c49011c9c1 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 26 Sep 2019 11:17:08 +0200 Subject: [PATCH] change message about mta --- wo/cli/plugins/stack.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wo/cli/plugins/stack.py b/wo/cli/plugins/stack.py index 956f9f5..9a2e3ea 100644 --- a/wo/cli/plugins/stack.py +++ b/wo/cli/plugins/stack.py @@ -273,8 +273,10 @@ class WOStackController(CementBaseController): Log.debug(self, "Sendmail already installed") Log.info(self, "Sendmail already installed") else: - Log.debug(self, "Another mta is already installed") - Log.info(self, "Another mta is already installed") + Log.debug( + self, "Another mta (Postfix) is already installed") + Log.info( + self, "Another mta (Postfix) is already installed") # proftpd if pargs.proftpd: