]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cull_list.cpp
w00t broke it :p
[user/henk/code/inspircd.git] / src / cull_list.cpp
index b3fd1c9e382f7eae279db9c2870c081a2eac72dd..224591b6f82f5610f19439745781b41d47f4e722 100644 (file)
@@ -25,7 +25,7 @@ void CullList::AddItem(User* user)
 {
        if (user->quitting)
        {
-               ServerInstance->Log(DEBUG, "*** Warning *** - You tried to quit a user (%s) twice. Did your module call QuitUser twice?", user->nick);
+               ServerInstance->Logs->Log("CULLLIST",DEBUG, "*** Warning *** - You tried to quit a user (%s) twice. Did your module call QuitUser twice?", user->nick);
                return;
        }
 
@@ -88,7 +88,7 @@ int CullList::Apply()
                                }
                                catch (CoreException& modexcept)
                                {
-                                       ServerInstance->Log(DEBUG, "%s threw an exception: %s", modexcept.GetSource(), modexcept.GetReason());
+                                       ServerInstance->Logs->Log("CULLLIST",DEBUG, "%s threw an exception: %s", modexcept.GetSource(), modexcept.GetReason());
                                }
                        }