# HG changeset patch # User abukhman # Date 1288002028 -7200 # Node ID ece96864632c8201e6a944b69d3fce77d7adea82 # Parent f991ddd3a0455b163df22d92773e5d0ab9b277fc *** empty log message *** diff -r f991ddd3a045 -r ece96864632c MpdlXmlTextServer.py --- a/MpdlXmlTextServer.py Mon Oct 25 12:18:41 2010 +0200 +++ b/MpdlXmlTextServer.py Mon Oct 25 12:20:28 2010 +0200 @@ -212,7 +212,7 @@ textmode = "textPollux" else: textmode = mode - #logging.debug("documentViewer (characterNormalization) characterNormalization: %s"%(characterNormalization)) + logging.debug("documentViewer highlightQuery: %s"%(highlightQuery)) textParam = "document=%s&mode=%s&pn=%s&characterNormalization=%s"%(docpath,textmode,pn,characterNormalization) if highlightQuery is not None: textParam +="&highlightQuery=%s&sn=%s"%(urllib.quote(highlightQuery),sn)