]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: Fix test op error message
authorDavid Zafman <dzafman@redhat.com>
Thu, 29 Jun 2017 23:44:29 +0000 (16:44 -0700)
committerAbhishek Lekshmanan <abhishek@suse.com>
Wed, 23 Aug 2017 13:44:27 +0000 (15:44 +0200)
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 8325639a320398dc5e4022634a2c4fc38a8fdba9)

src/osd/OSD.cc

index afbfe68a22e2f3f6f95e8b4dd953072dc5b95bd3..3004f78d86cc5ce9cfa764d320f8cca7451f467e 100644 (file)
@@ -5250,7 +5250,7 @@ void TestOpsSocketHook::test_ops(OSDService *service, ObjectStore *store,
     if (pool < 0 && isdigit(poolstr[0]))
       pool = atoll(poolstr.c_str());
     if (pool < 0) {
-      ss << "Invalid pool" << poolstr;
+      ss << "Invalid pool '" << poolstr << "''";
       return;
     }