From 13a65b463cd0acedd3bc36c9437d5ee8b2e26b60 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 7 Jul 2014 23:13:35 +0000 Subject: Checkpoint of SQL-based publish and withdraw processing. Doesn't handle publish-with-overwrite correctly yet, not generating RRDP files yet, but passes "make test" without doing anything obviously insane. svn path=/branches/tk705/; revision=5887 --- rpki/rootd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'rpki/rootd.py') diff --git a/rpki/rootd.py b/rpki/rootd.py index fb445213..579909fd 100644 --- a/rpki/rootd.py +++ b/rpki/rootd.py @@ -101,6 +101,7 @@ class message_pdu(rpki.up_down.message_pdu): """ Log query we're handling. """ + logger.info("Serving %s query", self.type) class sax_handler(rpki.up_down.sax_handler): -- cgit v1.2.3