From: John Spray Date: Wed, 20 Aug 2014 11:30:57 +0000 (+0100) Subject: tasks/workunit: fix log message X-Git-Tag: v0.94.10~27^2^2~332^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1e7bfb842aae395a6601d6ec387dc3bd88107046;p=ceph.git tasks/workunit: fix log message Signed-off-by: John Spray --- diff --git a/tasks/workunit.py b/tasks/workunit.py index cdd0320b93ef..4a0252334b61 100644 --- a/tasks/workunit.py +++ b/tasks/workunit.py @@ -140,7 +140,7 @@ def _delete_dir(ctx, role, created_mountpoint): client, ], ) - log.info("Deleted dir {dir}".format(dir=mnt)) + log.info("Deleted dir {dir}".format(dir=client)) # If the mount was an artificially created dir, delete that too if created_mountpoint: