Revision: 40759
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40759&view=rev
Author:   davidloman
Date:     2010-09-28 18:54:02 +0000 (Tue, 28 Sep 2010)

Log Message:
-----------
Comment out some log points.

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-09-28 18:52:03 UTC (rev 
40758)
+++ rt^3/trunk/src/libNet/PortalManager.cxx     2010-09-28 18:54:02 UTC (rev 
40759)
@@ -179,7 +179,7 @@
                        Portal* p = NULL;
                        //Accept new connections:
                        if (readyAccept) {
-                               log->logINFO("PortalManager", "Accept");
+                               //log->logINFO("PortalManager", "Accept");
 
                                struct pkg_switch* table = 
this->makeNewSwitchTable();
 
@@ -226,7 +226,7 @@
                         */
                        //read
                        if (readyRead) {
-                               this->log->logINFO("PortalManager", "Read");
+                               //this->log->logINFO("PortalManager", "Read");
 
                                int readResult = p->read();
 


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

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to