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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/protocols/oscar/liboscar/tasks
From:       Roman Jarosz <kedgedev () centrum ! cz>
Date:       2008-12-28 14:11:08
Message-ID: 1230473468.298174.31958.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 902495 by rjarosz:

Show hex numbers not characters


 M  +3 -6      blmlimitstask.cpp  


--- trunk/KDE/kdenetwork/kopete/protocols/oscar/liboscar/tasks/blmlimitstask.cpp #902494:902495
@@ -58,16 +58,13 @@
 			switch ( t.type )
 			{
 				case 0x0001:
-					kDebug(OSCAR_RAW_DEBUG) << "Max BLM entries: " 
-						<< t.data << endl;
+					kDebug(OSCAR_RAW_DEBUG) << "Max BLM entries: " << t.data.toHex();
 					break;
 				case 0x0002:
-					kDebug( OSCAR_RAW_DEBUG ) << "Max watcher entries: " 
-						<< t.data << endl;
+					kDebug( OSCAR_RAW_DEBUG ) << "Max watcher entries: " << t.data.toHex();
 					break;
 				case 0x0003:
-					kDebug( OSCAR_RAW_DEBUG ) << "Max online notifications(?): "
-						<< t.data << endl;
+					kDebug( OSCAR_RAW_DEBUG ) << "Max online notifications(?): " << t.data.toHex();
 					break;
 			}
 		}
[prev in list] [next in list] [prev in thread] [next in thread] 

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