From 18b8acb645ce1a22f6db9c4fdc2852776980fae1 Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Thu, 19 Jul 2007 21:32:58 +0000 Subject: [PATCH] small fix --- tools/pamusb-conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/pamusb-conf b/tools/pamusb-conf index 3477c09..c7f7a54 100755 --- a/tools/pamusb-conf +++ b/tools/pamusb-conf @@ -161,7 +161,8 @@ def addDevice(options): print "\tInvalid: %s" % ex pass else: - print "\tValid" + if options['verbose']: + print "\tValid" if len(devices) == 0: print 'No devices detected.'