aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2012-12-13 00:53:13 +0000
committerBryn M. Reeves <bmr@redhat.com>2012-12-13 00:53:13 +0000
commit0d2073d755dd147e41d095a09b169a15069405bb (patch)
treec62ab92290a6667dc1b58753f8d9cc9552a781c2
parent4d474bcd626df1ec35f3345cb4e3fefa4e63bd93 (diff)
downloadsos-0d2073d755dd147e41d095a09b169a15069405bb.tar.gz
Fix sar plugin error message
-rw-r--r--sos/plugins/sar.py2
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