]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa: fix log typo
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 12 Apr 2018 18:02:19 +0000 (11:02 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 12 Apr 2018 18:02:19 +0000 (11:02 -0700)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/fuse_mount.py

index 3aa07a339e7152723697bec8368e387142307f2b..a4b2d048f17609fd24bfef353464d1935dbbb23a 100644 (file)
@@ -284,8 +284,8 @@ class FuseMount(CephFSMount):
                 # Permit a timeout, so that we do not block forever
                 run.wait([self.fuse_daemon], 900)
         except MaxWhileTries:
-            log.error("process failed to terminate after unmount.  This probably"
-                      "indicates a bug within ceph-fuse.")
+            log.error("process failed to terminate after unmount. This probably"
+                      " indicates a bug within ceph-fuse.")
             raise
         except CommandFailedError:
             if require_clean: