From: Jos Collin Date: Tue, 20 Aug 2019 09:49:55 +0000 (+0530) Subject: qa/tasks: fixed typo in the comment X-Git-Tag: v15.1.0~1823^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29759%2Fhead;p=ceph.git qa/tasks: fixed typo in the comment Signed-off-by: Jos Collin --- diff --git a/qa/tasks/mds_thrash.py b/qa/tasks/mds_thrash.py index 30543b56f1b..ad917443cb0 100644 --- a/qa/tasks/mds_thrash.py +++ b/qa/tasks/mds_thrash.py @@ -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):