Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1923

Show
Ignore:
Timestamp:
03/14/08 10:24:28
Author:
fumanchu
Message:

Stuck cherrypy.url in log_hooks.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/lib/cptools.py

    r1885 r1923  
    314314        for h in v: 
    315315            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") 
    317318 
    318319def redirect(url='', internal=True): 

Hosted by WebFaction

Log in as guest/cpguest to create tickets