Avoid calling ANY.print, prefer io.error.put_string

Fixed obsolete calls.
This commit is contained in:
Jocelyn Fiat
2012-12-20 18:32:56 +01:00
parent d46fbeaedd
commit a362e7d9c6
6 changed files with 21 additions and 17 deletions

View File

@@ -107,7 +107,7 @@ feature -- Server
create {WGI_NINO_HANDLER} l_http_handler.make_with_callback (server, Current)
if configuration.is_verbose then
if attached base as l_base then
print ("Base=" + l_base + "%N")
io.error.put_string ("Base=" + l_base + "%N")
end
end
server.setup (l_http_handler)