aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/pcp.py
diff options
context:
space:
mode:
Diffstat (limited to 'sos/plugins/pcp.py')
-rw-r--r--sos/plugins/pcp.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/pcp.py b/sos/plugins/pcp.py
index f3d18c2c..80e14067 100644
--- a/sos/plugins/pcp.py
+++ b/sos/plugins/pcp.py
@@ -143,7 +143,8 @@ class Pcp(Plugin, RedHatPlugin, DebianPlugin):
os.path.join(self.pcp_log_dir, 'NOTICES*'),
# Collect PCP_VAR_DIR/pmns
os.path.join(self.pcp_var_dir, 'pmns'),
- # Also collect any other log and config files (as suggested by fche)
+ # Also collect any other log and config files
+ # (as suggested by fche)
os.path.join(self.pcp_log_dir, '*/*.log*'),
os.path.join(self.pcp_log_dir, '*/*/*.log*'),
os.path.join(self.pcp_log_dir, '*/*/config*')