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

Log Message:
-----------
Quell some more debug comments in JobManager

Modified Paths:
--------------
    rt^3/trunk/src/libJob/JobManager.cxx

Modified: rt^3/trunk/src/libJob/JobManager.cxx
===================================================================
--- rt^3/trunk/src/libJob/JobManager.cxx        2010-09-28 12:17:49 UTC (rev 
40730)
+++ rt^3/trunk/src/libJob/JobManager.cxx        2010-09-28 12:19:53 UTC (rev 
40731)
@@ -43,8 +43,8 @@
        JobWorker* jw = new JobWorker();
        this->jobWorkers->append(jw);
 
-       text = "Created new JobWorker with ID of " + jw->getWorkerIdAsQString();
-       this->log->logINFO("JobManager", text);
+       //text = "Created new JobWorker with ID of " + 
jw->getWorkerIdAsQString();
+       //this->log->logINFO("JobManager", text);
     }
 
     text = "Created a total of " + QString::number(this->jobWorkers->size()) + 
" JobWorkers";


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