]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: add missing space in warning message 11361/head
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 6 Oct 2016 22:08:54 +0000 (18:08 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 6 Oct 2016 22:08:54 +0000 (18:08 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mon/MDSMonitor.cc

index 85563c5a44dcc9f87c681259c8168856701e9679..cc1d56a413d9fa0a25d7af137f4c134f447bef88 100644 (file)
@@ -1699,7 +1699,7 @@ int MDSMonitor::management_command(
     cmd_getval(g_ceph_context, cmdmap, "sure", sure);
     if (sure != "--yes-i-really-mean-it") {
       ss << "this is a DESTRUCTIVE operation and will make data in your filesystem permanently" \
-            "inaccessible.  Add --yes-i-really-mean-it if you are sure you wish to continue.";
+            " inaccessible.  Add --yes-i-really-mean-it if you are sure you wish to continue.";
       return -EPERM;
     }