diff options
Diffstat (limited to 'src/mangosd/CliRunnable.cpp')
-rw-r--r-- | src/mangosd/CliRunnable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mangosd/CliRunnable.cpp b/src/mangosd/CliRunnable.cpp index f3bc640f9ff..4a681e0ed03 100644 --- a/src/mangosd/CliRunnable.cpp +++ b/src/mangosd/CliRunnable.cpp @@ -309,7 +309,7 @@ void CliRunnable::run() char commandbuf[256]; ///- Display the list of available CLI functions then beep - sLog.outString(); + sLog.outString(""); if(sConfig.GetBoolDefault("BeepAtStart", true)) printf("\a"); // \a = Alert |