mirror of
https://github.com/znc/znc.git
synced 2026-08-05 16:33:46 +02:00
Remove 'ok' from bootup
ZNC previously sent 'ok' on a new line every time a process went alright in CUtils::PrintStatus No longer is this the case! ZNC now remains silent when everything is going well.
This commit is contained in:
+1
-1
@@ -1044,7 +1044,7 @@ bool CZNC::LoadGlobal(CConfig& config, CString& sError) {
|
||||
|
||||
bool bModRet = GetModules().LoadModule(sModName, sArgs, CModInfo::GlobalModule, nullptr, nullptr, sModRet);
|
||||
|
||||
CUtils::PrintStatus(bModRet, sModRet);
|
||||
CUtils::PrintStatus(bModRet, bModRet ? "" : sModRet);
|
||||
if (!bModRet) {
|
||||
sError = sModRet;
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user