Kaydet (Commit) f66f95d4 authored tarafından Christian Heimes's avatar Christian Heimes

It's verbose, not debug

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