Skip to content

Commit ee65b67

Browse files
committed
updated message
1 parent 054b2aa commit ee65b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ee/cli/plugins/debug.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,8 +660,8 @@ def import_slow_log(self):
660660
Log.error(self, "MySQL slow log file not found,"
661661
" so not imported slow logs")
662662
else:
663-
Log.error(self, " Anemometer is not installed." +
664-
Log.ENDC + " You can install Anemometer with "
663+
Log.error(self, "Anemometer is not installed." +
664+
Log.ENDC + "\nYou can install Anemometer with "
665665
"this command "
666666
+ Log.BOLD + "\n `ee stack install --utils`"
667667
+ Log.ENDC)

0 commit comments

Comments
 (0)