Skip to content

Commit

Permalink
actually log routerid
Browse files Browse the repository at this point in the history
  • Loading branch information
novalis committed Nov 1, 2012
1 parent c36c940 commit ece3045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otproxy/src/otproxy.py
Expand Up @@ -442,7 +442,7 @@ def handle(environ, start_response):

if 'transfer-encoding' in resp:
del resp['transfer-encoding']
log_request(environ, None, time() - startTime, 200)
log_request(environ, router['routerId'], time() - startTime, 200)
start_response("200 OK", resp.items())
return [content]
except IOError, e:
Expand Down

0 comments on commit ece3045

Please sign in to comment.