]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
logger: typo
authorSage Weil <sage@newdream.net>
Wed, 2 Apr 2008 21:05:01 +0000 (14:05 -0700)
committerSage Weil <sage@newdream.net>
Wed, 2 Apr 2008 21:05:01 +0000 (14:05 -0700)
src/common/Logger.cc

index b271d4a363adc5057a2d764c79b0b6e6082733cb..96e7959e36aa0239a0948354484173f25cdd24f4 100644 (file)
@@ -82,7 +82,7 @@ static void flush_all_loggers()
 
   // do any catching up we need to
   while (now_sec - last_flush >= g_conf.log_interval) {
-    generic_dout(20) << "fromstart " << fromstart << " last_flush " << last_flush << " flushign" << dendl;
+    generic_dout(20) << "fromstart " << fromstart << " last_flush " << last_flush << " flushing" << dendl;
     for (list<Logger*>::iterator p = logger_list.begin();
         p != logger_list.end();
         ++p)