From d6c71b76241b6c5cd2ac5d812250d4bb044ac537 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 13 Apr 2014 21:59:23 -0700 Subject: [PATCH] osd/ReplicatedPG: add missing whitespace in debug output Signed-off-by: Sage Weil --- src/osd/ReplicatedPG.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5