From: Sage Weil Date: Mon, 14 Apr 2014 04:59:23 +0000 (-0700) Subject: osd/ReplicatedPG: add missing whitespace in debug output X-Git-Tag: v0.80-rc1~50 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d6c71b76241b6c5cd2ac5d812250d4bb044ac537;p=ceph.git osd/ReplicatedPG: add missing whitespace in debug output Signed-off-by: Sage Weil --- diff --git a/src/osd/ReplicatedPG.cc b/src/osd/ReplicatedPG.cc index 9095df4ca3f17..8910e00d7c5cc 100644 --- a/src/osd/ReplicatedPG.cc +++ b/src/osd/ReplicatedPG.cc @@ -9724,7 +9724,7 @@ int ReplicatedPG::recover_replicas(int max, ThreadPool::TPHandle &handle) } if (recovering.count(soid)) { - dout(10) << __func__ << ": already recovering" << soid << dendl; + dout(10) << __func__ << ": already recovering " << soid << dendl; continue; }