mirror of
https://github.com/znc/znc.git
synced 2026-06-27 05:21:38 +02:00
Utils: fix indentation of bold messages
This commit is contained in:
+1
-1
@@ -302,7 +302,7 @@ void CUtils::PrintPrompt(const CString& sMessage) {
|
||||
void CUtils::PrintMessage(const CString& sMessage, bool bStrong) {
|
||||
if (CDebug::StdoutIsTTY()) {
|
||||
if (bStrong)
|
||||
fprintf(stdout, BOLD BLU "[" YEL " ** " BLU "]" DFL BOLD "%s" NORM "\n",
|
||||
fprintf(stdout, BOLD BLU "[" YEL " ** " BLU "]" DFL BOLD " %s" NORM "\n",
|
||||
sMessage.c_str());
|
||||
else
|
||||
fprintf(stdout, BOLD BLU "[" YEL " ** " BLU "]" DFL NORM " %s\n",
|
||||
|
||||
Reference in New Issue
Block a user