We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 054b2aa commit ee65b67Copy full SHA for ee65b67
ee/cli/plugins/debug.py
@@ -660,8 +660,8 @@ def import_slow_log(self):
660
Log.error(self, "MySQL slow log file not found,"
661
" so not imported slow logs")
662
else:
663
- Log.error(self, " Anemometer is not installed." +
664
- Log.ENDC + " You can install Anemometer with "
+ Log.error(self, "Anemometer is not installed." +
+ Log.ENDC + "\nYou can install Anemometer with "
665
"this command "
666
+ Log.BOLD + "\n `ee stack install --utils`"
667
+ Log.ENDC)
0 commit comments