diff options
Diffstat (limited to 'src/snomasks.cpp')
-rw-r--r-- | src/snomasks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<User*>::iterator i = ServerInstance->Users->all_opers.begin(); i != ServerInstance->Users->all_opers.end(); i++) |