From e7d8263f77fe59d60686e6a6ddc1dce29d27fae7 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 18 Jul 2006 05:08:37 +0000 Subject: * lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): remove inpect argument from sprintf. [ruby-dev:29039] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/webrick/httpserver.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/webrick') diff --git a/lib/webrick/httpserver.rb b/lib/webrick/httpserver.rb index 9441d84661..495be263b3 100644 --- a/lib/webrick/httpserver.rb +++ b/lib/webrick/httpserver.rb @@ -127,7 +127,7 @@ module WEBrick end def unmount(dir) - @logger.debug(sprintf("unmount %s.", inspect, dir)) + @logger.debug(sprintf("unmount %s.", dir)) @mount_tab.delete(dir) end alias umount unmount -- cgit v1.2.3