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

Log Message:
-----------
quick typo fix. Shoulda been INFO not ERROR!

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:32:28 UTC (rev 
40752)
+++ rt^3/trunk/src/libNet/PortalManager.cxx     2010-09-28 18:34:12 UTC (rev 
40753)
@@ -78,7 +78,7 @@
                        s.append(QString::number(port));
                        s.append(" FD:");
                        s.append(QString::number(listener));
-                       this->log->logERROR("PortalManager", s);
+                       this->log->logINFO("PortalManager", s);
                }
 
                this->masterFDSLock.lock();
@@ -165,7 +165,7 @@
                        log->logDEBUG("PortalManager", s);
 */
                        //If nothing to do, then continue;
-                       if (!readyRead && !readyWrite && !readyAccept && 
!readyException) {
+                       if (!readyRead && !readyAccept && !readyException) {
                                continue;
                        }
 
@@ -239,6 +239,7 @@
                        }
                } //end FOR
        } //end while
+       this->log->logINFO("PortalManager", "Shutdown");
 }//end fn
 
 


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