--- documentViewer/documentViewer.py 2010/08/20 13:19:54 1.83 +++ documentViewer/documentViewer.py 2010/08/20 13:21:56 1.84 @@ -713,7 +713,7 @@ class documentViewer(Folder): 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])