]> git.apps.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)
committerZack Cerza <zack@redhat.com>
Mon, 2 Nov 2015 18:24:35 +0000 (11:24 -0700)
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit 1e7bfb842aae395a6601d6ec387dc3bd88107046)

tasks/workunit.py

index c4e1d975213b1e5d988e7360e1566014ce6a6e85..6871802ac6539db2ab458a30b83c29babadd7ead 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: