Commit f66f95d4 authored by Christian Heimes's avatar Christian Heimes

It's verbose, not debug

parent ac5742e0
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment