]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
OSD: fix func name in log produced by handle_pg_peering_evt() 13801/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Mon, 6 Mar 2017 07:34:49 +0000 (15:34 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Mon, 6 Mar 2017 14:22:20 +0000 (22:22 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/osd/OSD.cc

index 69930c1e917450242c1fe8e88e7d38bd258e0264..ca8ea3bcaa913c0485ddb3d828d6057f579b78c1 100644 (file)
@@ -3680,7 +3680,7 @@ void OSD::handle_pg_peering_evt(
       pgid, history, epoch, up, up_primary, acting, acting_primary);
 
     if (!valid_history || epoch < history.same_interval_since) {
-      dout(10) << "get_or_create_pg " << pgid << " acting changed in "
+      dout(10) << __func__ << pgid << " acting changed in "
               << history.same_interval_since << " (msg from " << epoch << ")"
               << dendl;
       return;
@@ -3809,7 +3809,7 @@ void OSD::handle_pg_peering_evt(
   } else {
     // already had it.  did the mapping change?
     if (epoch < pg->info.history.same_interval_since) {
-      dout(10) << *pg << " get_or_create_pg acting changed in "
+      dout(10) << *pg << __func__ << " acting changed in "
               << pg->info.history.same_interval_since
               << " (msg from " << epoch << ")" << dendl;
       pg->unlock();