BmapCopy: correct logged warning
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 3 Jul 2013 17:21:45 +0000 (18:21 +0100)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 4 Jul 2013 04:42:25 +0000 (07:42 +0300)
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
bmaptools/BmapCopy.py

index ac5dfc8..608e8d2 100644 (file)
@@ -616,8 +616,8 @@ class BmapBdevCopy(BmapCopy):
         except IOError as err:
             self._logger.warning("failed to disable excessive buffering, " \
                                  "expect worse system responsiveness "     \
-                                 "(reason: cannot switch to the 'noop' "   \
-                                 "I/O scheduler: %s)" % err)
+                                 "(reason: cannot set max. I/O ratio to "  \
+                                 "1: %s)" % err)
 
     def _restore_bdev_settings(self):
         """