~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/apps/debuginfo/__init__.py

  • Committer: mattgiuca
  • Date: 2008-01-21 05:47:23 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:255
dispatch.request: Added "hostname" field.
debuginfo: Print hostname field from request.
consoleservice: Use the hostname field from request to determine the server
hostname, rather than hardcoding "localhost".

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        ("app", req.app),
62
62
        ("path", req.path),
63
63
        ("username", req.username),
 
64
        ("hostname", req.hostname),
64
65
    ])
65
66
 
66
67
    # Violate encapsulation here to print out the hidden properties