diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2012-12-13 00:58:00 +0000 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2012-12-13 00:58:00 +0000 |
commit | 4da3c8af2c9f2865985071f4f24f00d3d8fb4fcc (patch) | |
tree | e6ddc125dc5daa41840af107d4f108f706431d2c | |
parent | 0d2073d755dd147e41d095a09b169a15069405bb (diff) | |
download | sos-4da3c8af2c9f2865985071f4f24f00d3d8fb4fcc.tar.gz |
Fix typo in sar module
-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 eee5e7a5..0808b0d3 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 path %s cannot be read", % self.sapath) + 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 |