[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [bridgedb/master] Add template path to debug log
commit 4bb5b085d4973abd9aa4e371817103b42db756ef
Author: aagbsn <aagbsn@xxxxxxxx>
Date: Tue May 28 15:00:17 2013 -0400
Add template path to debug log
---
lib/bridgedb/HTTPServer.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/bridgedb/HTTPServer.py b/lib/bridgedb/HTTPServer.py
index dc61124..dc6fdf9 100644
--- a/lib/bridgedb/HTTPServer.py
+++ b/lib/bridgedb/HTTPServer.py
@@ -38,6 +38,8 @@ template_root = os.path.join(os.path.dirname(__file__),'templates')
lookup = TemplateLookup(directories=[template_root],
output_encoding='utf-8')
+logging.debug("Set template root to %s" % template_root)
+
try:
import GeoIP
# GeoIP data object: choose database here
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits