[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [pytorctl/master] generalize db message, we now support postgres and mysql too
commit ffb68994a4d440db9deca2624ed33075f3fb7125
Author: aagbsn <aagbsn@xxxxxxxx>
Date: Fri Jun 17 10:53:05 2011 -0700
generalize db message, we now support postgres and mysql too
---
ScanSupport.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ScanSupport.py b/ScanSupport.py
index d102c78..f2a39d9 100644
--- a/ScanSupport.py
+++ b/ScanSupport.py
@@ -182,7 +182,7 @@ class SQLScanHandler(ScanHandler):
ScanHandler.__init__(self, c, selmgr, RouterClass, strm_selector)
def attach_sql_listener(self, db_uri):
- plog("DEBUG", "Got sqlite: "+db_uri)
+ plog("DEBUG", "Got db: "+db_uri)
SQLSupport.setup_db(db_uri, echo=False, drop=True)
self.sql_consensus_listener = SQLSupport.ConsensusTrackerListener()
self.add_event_listener(self.sql_consensus_listener)
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits