From: Sage Weil Date: Wed, 2 Apr 2008 21:05:01 +0000 (-0700) Subject: logger: typo X-Git-Tag: v0.2~220 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=cf0ad854e91c978825f85d6db0de9e7a3b143447;p=ceph.git logger: typo --- diff --git a/src/common/Logger.cc b/src/common/Logger.cc index b271d4a363ad..96e7959e36aa 100644 --- a/src/common/Logger.cc +++ b/src/common/Logger.cc @@ -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::iterator p = logger_list.begin(); p != logger_list.end(); ++p)