Update SandMan.cpp
This commit is contained in:
parent
ac13fce232
commit
3548ad8eb5
|
@ -1139,6 +1139,9 @@ void CSandMan::OnLogSbieMessage(quint32 MsgCode, const QStringList& MsgData, qui
|
|||
|
||||
OnLogMessage(Message);
|
||||
|
||||
if ((MsgCode & 0xFFFF) == 6004) // certificat error
|
||||
return; // dont pop that one up
|
||||
|
||||
if(MsgCode != 0 && theConf->GetBool("Options/ShowNotifications", true))
|
||||
m_pPopUpWindow->AddLogMessage(Message, MsgCode, MsgData, ProcessId);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue