Skip to content

Commit

Permalink
make 'page module: ...' goes into debug handler
Browse files Browse the repository at this point in the history
  • Loading branch information
katraev committed Nov 30, 2011
1 parent a4fdc10 commit 94b95e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontik/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ def __init__(self, application, request, ph_globals=None, **kwargs):

def prepare(self):
self.whc_limit = frontik.handler_whc_limit.PageHandlerWHCLimit(self)
self.log.info('page module: %s', self.__module__)
self.debug = frontik.handler_xml_debug.PageHandlerDebug(self)
self.log.info('page module: %s', self.__module__)

self.xml = frontik.handler_xml.PageHandlerXML(self)
self.doc = self.xml.doc # backwards compatibility for self.doc.put
Expand Down

0 comments on commit 94b95e3

Please sign in to comment.