diff options
-rw-r--r-- | sos/plugins/sar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/sar.py b/sos/plugins/sar.py index 11b5b12b..eee5e7a5 100644 --- a/sos/plugins/sar.py +++ b/sos/plugins/sar.py @@ -42,7 +42,7 @@ class sar(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): try: dirList=listdir(self.sapath) except: - self.soslog.error("sar directory %s cannot be read") + self.soslog.error("sar path %s cannot be read", % self.sapath) return # find all the sa file that don't have an existing sar file |