X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_spanningtree%2Fserver.cpp;h=55bb98008736ecdd677df7deba397f6f3c818d6b;hb=f9ef4ebc9dc4fd46cdafcc76df644b4896251dac;hp=3dadf64f6eaf32f8e56b0fdaa617e223366b62f3;hpb=8e8445d1c0744130f232d3c6f56d5fe1079773ad;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/m_spanningtree/server.cpp b/src/modules/m_spanningtree/server.cpp index 3dadf64f6..55bb98008 100644 --- a/src/modules/m_spanningtree/server.cpp +++ b/src/modules/m_spanningtree/server.cpp @@ -133,7 +133,7 @@ bool TreeSocket::Outbound_Reply_Server(std::deque ¶ms) if (!ComparePass(this->MakePass(x->RecvPass, this->GetOurChallenge()), password) && (x->RecvPass != password && this->GetTheirChallenge().empty())) { - this->Instance->SNO->WriteToSnoMask('l',"Invalid password on link: %s %s %s", x->Name.c_str(), x->RecvPass.c_str(), password.c_str()); + this->Instance->SNO->WriteToSnoMask('l',"Invalid password on link: %s", x->Name.c_str()); continue; }