From 4da3c8af2c9f2865985071f4f24f00d3d8fb4fcc Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Thu, 13 Dec 2012 00:58:00 +0000 Subject: Fix typo in sar module --- sos/plugins/sar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit