]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tasks/workunit: fix log message
authorJohn Spray <jspray@redhat.com>
Wed, 20 Aug 2014 11:30:57 +0000 (12:30 +0100)
committerJohn Spray <jspray@redhat.com>
Thu, 21 Aug 2014 22:09:00 +0000 (23:09 +0100)
Signed-off-by: John Spray <john.spray@redhat.com>
tasks/workunit.py

index cdd0320b93ef0e7e0fdb374c0adeaed2c9e90b0c..4a0252334b61a8f5eb69580905565687034b8acc 100644 (file)
@@ -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: