1.1 --- a/pypt_core.py Thu Jun 04 14:55:23 2009 +0530
1.2 +++ b/pypt_core.py Thu Jun 04 15:15:32 2009 +0530
1.3 @@ -493,8 +493,10 @@
1.4
1.5 #INFO: Thread Support
1.6 if ArgumentOptions.num_of_threads > 2:
1.7 - log.msg("WARNING: If you are on a slow connection, it is good to limit the number of threads to a low number like 2.\n")
1.8 - log.msg("WARNING: Else higher number of threads executed could cause network congestion and timeouts.\n\n")
1.9 + log.msg("WARNING: If you are on a slow connection, it is good to\n")
1.10 + log.msg("WARNING: limit the number of threads to a low number like 2.\n")
1.11 + log.msg("WARNING: Else higher number of threads executed could cause\n")
1.12 + log.msg("WARNING: network congestion and timeouts.\n\n")
1.13
1.14 def run(request, response, func=find_first_match):
1.15 '''Get items from the request Queue, process them