diff py/utils.py @ 448:fe729664a5e6

working better. logging works properly, cleanup fridge.off() happens.
author Matt Johnston <matt@ucc.asn.au>
date Sun, 16 Dec 2012 22:14:46 +0800
parents c5629d79b4ac
children 185621f47040
line wrap: on
line diff
--- a/py/utils.py	Sat Dec 15 23:49:08 2012 +0800
+++ b/py/utils.py	Sun Dec 16 22:14:46 2012 +0800
@@ -5,6 +5,7 @@
 import select
 import logging
 
+D = logging.debug
 L = logging.info
 W = logging.warning
 E = logging.error