From 5a3fe7e53da9299a1d6ae0698d364b653770baad Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 11 Nov 2006 17:37:56 +0000 Subject: A few lines here are loglevel DEFAULT and should be DEBUG. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5696 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/socketengine_kqueue.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/socketengine_kqueue.cpp') diff --git a/src/socketengine_kqueue.cpp b/src/socketengine_kqueue.cpp index b3605b82b..cad88d393 100644 --- a/src/socketengine_kqueue.cpp +++ b/src/socketengine_kqueue.cpp @@ -49,18 +49,18 @@ bool KQueueEngine::AddFd(EventHandler* eh) if ((fd < 0) || (fd > MAX_DESCRIPTORS)) { - ServerInstance->Log(DEFAULT,"ERROR: FD of %d added above max of %d",fd,MAX_DESCRIPTORS); + ServerInstance->Log(DEBUG,"ERROR: FD of %d added above max of %d",fd,MAX_DESCRIPTORS); return false; } if (GetRemainingFds() <= 1) { - ServerInstance->Log(DEFAULT,"ERROR: System out of file descriptors!"); + ServerInstance->Log(DEBUG,"ERROR: System out of file descriptors!"); return false; } if (ref[fd]) { - ServerInstance->Log(DEFAULT,"ERROR: Slot already occupied"); + ServerInstance->Log(DEBUG,"ERROR: Slot already occupied"); return false; } -- cgit v1.3.1-10-gc9f91