]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
timer debug crap
authorSage Weil <sage@newdream.net>
Thu, 3 Apr 2008 17:33:46 +0000 (10:33 -0700)
committerSage Weil <sage@newdream.net>
Thu, 3 Apr 2008 17:33:46 +0000 (10:33 -0700)
src/common/Timer.cc

index 4c0cb454f7f041e1829021410d4984704a0c02a8..f434e1f99c2c85835ce029454e700989e870c263 100644 (file)
@@ -56,7 +56,7 @@ void Timer::timer_entry()
   utime_t now = g_clock.now();
 
   while (!thread_stop) {
-
+    dout(10) << "at top" << dendl;
     // any events due?
     utime_t next;
     bool next_due = get_next_due(next);
@@ -130,7 +130,9 @@ void Timer::timer_entry()
         now = g_clock.now();
         dout(DBL) << "kicked at " << now << dendl;
       }
+      dout(10) << "in brace" << dendl;
     }
+    dout(10) << "at bottom" << dendl;
   }
 
   lock.Unlock();