[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kdecore
From:       Stephan Kulow <coolo () kde ! org>
Date:       2002-12-16 12:59:42
[Download RAW message or body]

CVS commit by coolo: 

one less debug output in release builds


  M +4 -1      kallocator.cpp   1.9


--- kdelibs/kdecore/kallocator.cpp  #1.8:1.9
@@ -74,6 +74,9 @@ KZoneAllocator::~KZoneAllocator()
     count++;
   }
+#ifndef NDEBUG // as this is called quite late in the app, we don't care
+               // to use kdDebug
   if (count > 1)
     qDebug("zone still contained %d blocks", count);
+#endif
 }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic