diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/zorglub/node.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zorglub/node.rb b/lib/zorglub/node.rb index 5a9aced..c39c4b9 100644 --- a/lib/zorglub/node.rb +++ b/lib/zorglub/node.rb @@ -242,7 +242,7 @@ module Zorglub resp = node.response resp.status = 404 resp['Content-Type'] = 'text/plain' - resp.write "%s mapped at %p can't respond to : %p" % [ node.class.name, node.r, node.request.env['PATH_INFO'] ] + resp.write "%s mapped at %p can't respond to : %p" % [ node.class.name, node.map, node.request.env['PATH_INFO'] ] resp end # |