From: Christian Heimes Date: Tue, 8 Jan 2008 03:40:04 +0000 (+0000) Subject: It's verbose, not debug X-Git-Tag: v2.6a1~676 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f66f95d419776bdb4fe0d3c9b8d848d3321a645b;p=python It's verbose, not debug --- diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index 4b30db8e7f..d98e546298 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py @@ -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