X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsnomasks.cpp;h=6385af9c092ffe10565648203a1b12988346b628;hb=94e530b1cb59ba806dfb497a1e27d44e5d2e02d5;hp=32c77e99f6ce5a18018ba9f7c84bc7d0cf466ee7;hpb=dd98d56cabcd08a3d5207454e002b187af98d28a;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/snomasks.cpp b/src/snomasks.cpp index 32c77e99f..6385af9c0 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -122,7 +122,7 @@ void Snomask::Flush() if (this->LastMessage.empty()) return; - ServerInstance->Log(DEBUG, "Flusing snomask %s", this->Description.c_str()); + ServerInstance->Logs->Log("SNOMASK", DEBUG, "Flushing snomask %s", this->Description.c_str()); /* Only opers can receive snotices, so we iterate the oper list */ for (std::list::iterator i = ServerInstance->Users->all_opers.begin(); i != ServerInstance->Users->all_opers.end(); i++)