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

List:       kde-commits
Subject:    KDE/kdebase/kwin
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2005-06-22 13:28:26
Message-ID: 1119446906.668055.31759.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 427951 by lunakl:

kdWarning -> kdDebug



 M  +2 -2      client.cpp  


--- trunk/KDE/kdebase/kwin/client.cpp #427950:427951
@@ -1196,7 +1196,7 @@
     static Client* previous_client;
     if( previous_activity_timestamp == qt_x_time && previous_client != this )
         {
-        kdWarning( 1212 ) << "Repeated use of the same X timestamp for activity" << endl;
+        kdDebug( 1212 ) << "Repeated use of the same X timestamp for activity" << endl;
         kdDebug( 1212 ) << kdBacktrace() << endl;
         }
     previous_activity_timestamp = qt_x_time;
@@ -1213,7 +1213,7 @@
     static Client* previous_client;
     if( previous_focus_timestamp == qt_x_time && previous_client != this )
         {
-        kdWarning( 1212 ) << "Repeated use of the same X timestamp for focus" << endl;
+        kdDebug( 1212 ) << "Repeated use of the same X timestamp for focus" << endl;
         kdDebug( 1212 ) << kdBacktrace() << endl;
         }
     previous_focus_timestamp = qt_x_time;
[prev in list] [next in list] [prev in thread] [next in thread] 

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