]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks: fixed typo in the comment 29759/head
authorJos Collin <jcollin@redhat.com>
Tue, 20 Aug 2019 09:49:55 +0000 (15:19 +0530)
committerJos Collin <jcollin@redhat.com>
Tue, 20 Aug 2019 10:01:07 +0000 (15:31 +0530)
Signed-off-by: Jos Collin <jcollin@redhat.com>
qa/tasks/mds_thrash.py

index 30543b56f1b2259b2b541eb28b1af4eacdcc59c2..ad917443cb03c9eaa707692fc66413b759546631 100644 (file)
@@ -246,7 +246,7 @@ class MDSThrasher(Greenlet):
             # allow successful completion so gevent doesn't see an exception...
 
     def log(self, x):
-        """Write data to logger assigned to this MDThrasher"""
+        """Write data to the logger assigned to MDSThrasher"""
         self.logger.info(x)
 
     def stop(self):