Mercurial > hg > documentViewer
changeset 150:c8e84c6d8802
characterNormalization
author | abukhman |
---|---|
date | Fri, 20 Aug 2010 15:21:56 +0200 |
parents | 2ae1609d7e74 |
children | 82e63a3d40cb |
files | documentViewer.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/documentViewer.py Fri Aug 20 15:19:54 2010 +0200 +++ b/documentViewer.py Fri Aug 20 15:21:56 2010 +0200 @@ -713,7 +713,7 @@ toc = int (pageinfo['tocPN']) pageinfo['textPages'] =int (toc) - logging.debug("documentViewer (getdocinfo) characterNormalization: %s"%characterNormalization) + logging.debug("documentViewer (getdocinfo) tocMode: %s"%tocMode) if 'tocSize_%s'%tocMode in docinfo: tocSize = int(docinfo['tocSize_%s'%tocMode])