From 7621cd0c52f0d298a37d37ee79395207ab7e216e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 3 Jul 2013 18:21:45 +0100 Subject: [PATCH] BmapCopy: correct logged warning Signed-off-by: Simon McVittie Signed-off-by: Artem Bityutskiy --- bmaptools/BmapCopy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bmaptools/BmapCopy.py b/bmaptools/BmapCopy.py index ac5dfc8..608e8d2 100644 --- a/bmaptools/BmapCopy.py +++ b/bmaptools/BmapCopy.py @@ -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): """ -- 2.7.4