diff py/uploader.py @ 163:bf2a17873ba1

less verbose logging
author Matt Johnston <matt@ucc.asn.au>
date Sat, 12 Jan 2013 21:54:55 +0800
parents 256505f98c4d
children f4aabbf0da67
line wrap: on
line diff
--- a/py/uploader.py	Fri Jan 11 23:41:56 2013 +0800
+++ b/py/uploader.py	Sat Jan 12 21:54:55 2013 +0800
@@ -57,7 +57,7 @@
             nreadings = len(readings)
             self.send(tosend)
             readings = None
-            L("Sent updated %d readings" % nreadings)
+            D("Sent updated %d readings" % nreadings)
         except urllib2.HTTPError, e:
             E("Error in uploader: %s" % str(e))
         except Exception, e: