[Zope-Checkins] CVS: Packages/App - special_dtml.py:1.19.2.2

Andreas Jung andreasjung@cvs.zope.org
Mon, 6 Aug 2001 11:43:42 -0400


Update of /cvs-repository/Packages/App
In directory cvs.zope.org:/tmp/cvs-serv29840/lib/python/App

Modified Files:
      Tag: Zope-2_4-branch
	special_dtml.py 
Log Message:
adjusted logging messages


=== Packages/App/special_dtml.py 1.19.2.1 => 1.19.2.2 ===
                 except AttributeError: 
                     if type(sys.exc_value)==InstanceType and sys.exc_value.args[0]=="_v_blocks":
-                        LOG("ZPublisher",WARNING,"DTML file '%s' not found" % self.raw) 
+                        LOG("ZPublisher",WARNING,"DTML file '%s' could not be read" % self.raw) 
                         raise "DTML file error","Check logfile for details"
                     else:
                         raise