]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/MonClient: fix shutdown typo
authorSage Weil <sage@redhat.com>
Mon, 21 Jul 2014 04:11:40 +0000 (21:11 -0700)
committerJohn Spray <john.spray@redhat.com>
Mon, 25 Aug 2014 00:34:02 +0000 (01:34 +0100)
Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/MonClient.cc

index 2ad7176c169c9e562e089a0b650f4a6f468e17d6..0c64e93bb687efc754a7b53eacb4b7fbf189780f 100644 (file)
@@ -397,7 +397,7 @@ int MonClient::init()
 
 void MonClient::shutdown()
 {
-  ldout(cct, 10) << __func__ << "shutdown" << dendl;
+  ldout(cct, 10) << __func__ << dendl;
   monc_lock.Lock();
   while (!version_requests.empty()) {
     version_requests.begin()->second->context->complete(-ECANCELED);