Revision: 41716
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41716&view=rev
Author:   davidloman
Date:     2010-12-20 13:31:28 +0000 (Mon, 20 Dec 2010)

Log Message:
-----------
Prepend '0x' on hex debug prints cause it makes it easier to diff them from 
base 10 numbers.

Modified Paths:
--------------
    rt^3/trunk/src/libNet/Portal.cxx

Modified: rt^3/trunk/src/libNet/Portal.cxx
===================================================================
--- rt^3/trunk/src/libNet/Portal.cxx    2010-12-20 04:54:20 UTC (rev 41715)
+++ rt^3/trunk/src/libNet/Portal.cxx    2010-12-20 13:31:28 UTC (rev 41716)
@@ -51,7 +51,7 @@
 Portal::send(NetMsg* msg) {
        QByteArray* ba = msg->serialize();
 
-       QString s("Sending msg.  Type: ");
+       QString s("Sending msg.  Type: 0x");
        s.append(QString::number(msg->getMsgType(),16).toUpper());
        s.append(" len: ");
        s.append(QString::number(ba->size()));


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to