]> granicus.if.org Git - python/commitdiff
It's verbose, not debug
authorChristian Heimes <christian@cheimes.de>
Tue, 8 Jan 2008 03:40:04 +0000 (03:40 +0000)
committerChristian Heimes <christian@cheimes.de>
Tue, 8 Jan 2008 03:40:04 +0000 (03:40 +0000)
Lib/test/test_socket.py

index 4b30db8e7fcf92b71f7e94219eb2d8a4c8ca6f5b..d98e546298a07a6f2aa86d2f2b0978880fb2c900 100644 (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