--- ECHO_content/VLPExtension.py 2008/09/05 23:15:57 1.76 +++ ECHO_content/VLPExtension.py 2008/09/08 18:41:34 1.77 @@ -530,6 +530,7 @@ class VLP_collection(ECHO_collection): if RESPONSE is not None: self.REQUEST.RESPONSE.write("

%s

\n"%litid) + logging.debug("

%s

\n"%litid) except: error=sys.exc_info()[0:2] @@ -586,11 +587,14 @@ class VLP_collection(ECHO_collection): logging.debug("updateCollection: new %s"%fileName) if RESPONSE is not None: RESPONSE.write("

new: %s

\n"%fileName) + logging.debug("new: %s \n"%fileName) newObj=VLP_resource(fileName,'',metalink,fileName,fileName,fileName,'generated','book','','','','','','') self._setObject(fileName,newObj) if RESPONSE is not None: RESPONSE.write("

got: %s "%fileName) + + logging.debug("got: %s "%fileName) genObj=getattr(self,fileName) logging.debug("updateCollection: inspecting %s"%fileName) # create index