Browse Source

updated message

bugfixes
harshadyeola 10 years ago
parent
commit
ee65b67b93
  1. 4
      ee/cli/plugins/debug.py

4
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)

Loading…
Cancel
Save