From: p2p@p2p-next-05.grid.pub.ro Date: Tue, 24 Nov 2009 13:51:27 +0000 (+0200) Subject: disable Debug X-Git-Tag: getopt_long~239 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=645e1ac79fa75501ba2579b7b2045d3211a95616;p=cs-p2p-next.git disable Debug --- diff --git a/log-parser/libtorrent/LogParser.py b/log-parser/libtorrent/LogParser.py index cdd2f8f..f6417c6 100644 --- a/log-parser/libtorrent/LogParser.py +++ b/log-parser/libtorrent/LogParser.py @@ -27,9 +27,9 @@ bt_msg_types = {"CHOKE": 0, "UNCHOKE": 1, "INTERESTED": 2, log_msg_dir = {"RECEIVE": 0, "SEND": 1} -DEBUG = True +DEBUG = False -LOG_YEAR=2009 +LOG_YEAR = 2009 # # convert string "Mon DD HH:MM:SS" to datetime