From: Patrick Donnelly Date: Thu, 12 Apr 2018 18:02:19 +0000 (-0700) Subject: qa: fix log typo X-Git-Tag: v13.1.0~248^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=575c3716e30525bca6ea069a2a855a78fba7f0f4;p=ceph-ci.git qa: fix log typo Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/cephfs/fuse_mount.py b/qa/tasks/cephfs/fuse_mount.py index 3aa07a339e7..a4b2d048f17 100644 --- a/qa/tasks/cephfs/fuse_mount.py +++ b/qa/tasks/cephfs/fuse_mount.py @@ -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: