Revision: 41628
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41628&view=rev
Author:   davidloman
Date:     2010-12-15 18:25:18 +0000 (Wed, 15 Dec 2010)

Log Message:
-----------
Comment out some selector status printing logs.

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

Modified: rt^3/trunk/src/libNet/PortalManager.cxx
===================================================================
--- rt^3/trunk/src/libNet/PortalManager.cxx     2010-12-15 18:21:33 UTC (rev 
41627)
+++ rt^3/trunk/src/libNet/PortalManager.cxx     2010-12-15 18:25:18 UTC (rev 
41628)
@@ -111,6 +111,7 @@
                /* Shelect!! */
                int retVal = select(fdmax + 1, &readfds, NULL, &exceptionfds, 
&timeout);
 
+               /*
                if (retVal != 0) {
                        QString out("Select returned: ");
                        out.append(QString::number(retVal));
@@ -120,6 +121,7 @@
                        out.append(QString::number(fdmax));
                        this->log->logINFO("PortalManager", out);
                }
+                */
 
                if (retVal < 0) {
                        /* got a selector error */


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