Changeset 1923
- Timestamp:
- 03/14/08 10:24:28
- Files:
-
- trunk/cherrypy/lib/cptools.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/lib/cptools.py
r1885 r1923 314 314 for h in v: 315 315 msg.append(" %r" % h) 316 cherrypy.log('\nRequest Hooks:\n' + '\n'.join(msg), "HTTP") 316 cherrypy.log('\nRequest Hooks for ' + cherrypy.url() + 317 ':\n' + '\n'.join(msg), "HTTP") 317 318 318 319 def redirect(url='', internal=True):

