It's verbose, not debug

This commit is contained in:
Christian Heimes 2008-01-08 03:40:04 +00:00
parent ac5742e0fe
commit f66f95d419
1 changed files with 1 additions and 1 deletions

View File

@ -1103,7 +1103,7 @@ def isTipcAvailable():
for line in f:
if line.startswith("tipc "):
return True
if test_support.debug:
if test_support.verbose:
print "TIPC module is not loaded, please 'sudo modprobe tipc'"
return False