[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [oonib/master] Convert msg to debug message to avoid generating too much noise
commit 4c279e83c12d9fc3dd6f82c6479a620f38f0b71b
Author: Arturo Filastò <arturo@xxxxxxxxxxx>
Date: Fri Apr 22 13:29:37 2016 +0200
Convert msg to debug message to avoid generating too much noise
---
oonib/report/handlers.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oonib/report/handlers.py b/oonib/report/handlers.py
index 1e1d2ba..8c4a710 100644
--- a/oonib/report/handlers.py
+++ b/oonib/report/handlers.py
@@ -206,7 +206,7 @@ class ReportHandler(OONIBHandler):
class UpdateReportMixin(object):
def updateReport(self, report_id, parsed_request):
- log.msg("Got this request %s" % parsed_request)
+ log.debug("Got this request %s" % parsed_request)
report_filename = os.path.join(self.report_dir,
report_id)
try:
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits