From ee65b67b936437f907d93f3eb83b4a5273bd570a Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Tue, 21 Apr 2015 19:17:42 +0530 Subject: [PATCH] updated message --- ee/cli/plugins/debug.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/cli/plugins/debug.py b/ee/cli/plugins/debug.py index 4fbc1ede..68bc3b77 100644 --- a/ee/cli/plugins/debug.py +++ b/ee/cli/plugins/debug.py @@ -660,8 +660,8 @@ class EEDebugController(CementBaseController): Log.error(self, "MySQL slow log file not found," " so not imported slow logs") else: - Log.error(self, " Anemometer is not installed." + - Log.ENDC + " You can install Anemometer with " + Log.error(self, "Anemometer is not installed." + + Log.ENDC + "\nYou can install Anemometer with " "this command " + Log.BOLD + "\n `ee stack install --utils`" + Log.ENDC)