From 8e6eebb2c5bc7019aa29d3a2ceb4b9a90bcba0aa Mon Sep 17 00:00:00 2001 From: sconklin Date: Thu, 10 Aug 2006 14:21:56 +0000 Subject: Fixed a type git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@38 ef72aa8b-4018-0410-8976-d6e080ef94d8 --- src/sosreport | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/sosreport b/src/sosreport index 0b4a2787..7f18ff1d 100755 --- a/src/sosreport +++ b/src/sosreport @@ -221,9 +221,9 @@ def sosreport(): if cmdLineOpts.verbosity > 0: print "Executing plugin %s" % plugname, if cmdLineOpts.multithread: - plug.doCollect(cmdLineOptions.verbosity) + plug.doCollect(cmdLineOpts.verbosity) else: - plug.copyStuff(cmdLineOptions.verbosity) + plug.copyStuff(cmdLineOpts.verbosity) # Wait for all the collection threads to exit for plugname, plug in loadedplugins: -- cgit