зеркало из https://github.com/github/ruby.git
* 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
This commit is contained in:
Родитель
4a1513e2fb
Коммит
e7d8263f77
|
@ -1,3 +1,8 @@
|
|||
Tue Jul 18 14:03:02 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* lib/webrick/httpserver.rb (WEBrick::HTTPServer::unmount): remove
|
||||
inpect argument from sprintf. [ruby-dev:29039]
|
||||
|
||||
Tue Jul 18 10:53:37 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* object.c (rb_cstr_to_dbl): limit out-of-range message.
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче