[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Thu Mar 17 21:52:39 CET 2005


CVS commit by staikos: 

updates


  M +4 -2      updatethread.cpp   1.42


--- kdeextragear-2/kst/kst/updatethread.cpp  #1.41:1.42
@@ -29,5 +29,5 @@
 
 // 0 - none, 1 - some, 2 - lots, 3 - too much
-#define UPDATEDEBUG 2
+#define UPDATEDEBUG 1
 
 UpdateThread::UpdateThread(KstDoc *doc)
@@ -155,5 +155,5 @@ bool UpdateThread::doUpdates(bool force,
       KstVCurvePtr bcp = cl[i];
       assert(bcp.data());
-#if UPDATEDEBUG > 0
+#if UPDATEDEBUG > 1
       kdDebug() << "updating curve: " << (void*)bcp << " - " << bcp->tagName() << endl;
 #endif
@@ -165,5 +165,7 @@ bool UpdateThread::doUpdates(bool force,
         U = ut;
         if (U == KstObject::UPDATE) {
+#if UPDATEDEBUG > 0
           kdDebug() << "Curve " << bcp->tagName() << " said UPDATE" << endl;
+#endif
         }
       }




More information about the Kst mailing list