From 7bdcb395d1cc7d4f279c0ad8264575d35c0014a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 4 Sep 2024 10:56:33 +0200 Subject: Node : fix error404 errer msg --- lib/zorglub/node.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zorglub/node.rb b/lib/zorglub/node.rb index 4be8a1d..335aa68 100644 --- a/lib/zorglub/node.rb +++ b/lib/zorglub/node.rb @@ -249,7 +249,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" + resp.write "#{node.class.name} mapped at #{node.map} can't respond to : #{node.meth}" resp.finish end end -- cgit v1.1-2-g2b99