From 575c3716e30525bca6ea069a2a855a78fba7f0f4 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Thu, 12 Apr 2018 11:02:19 -0700 Subject: [PATCH] qa: fix log typo Signed-off-by: Patrick Donnelly --- qa/tasks/cephfs/fuse_mount.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.5