applied recent changes from Nino
This commit is contained in:
@@ -45,6 +45,12 @@ feature -- Status settings
|
||||
configuration.force_single_threaded := True
|
||||
end
|
||||
|
||||
set_is_verbose (b: BOOLEAN)
|
||||
-- Set verbose message behavior to `b'
|
||||
do
|
||||
configuration.set_is_verbose (b)
|
||||
end
|
||||
|
||||
feature -- Server
|
||||
|
||||
listen (a_port: INTEGER)
|
||||
|
||||
@@ -69,7 +69,7 @@ feature -- Server
|
||||
l_http_handler : HTTP_HANDLER
|
||||
do
|
||||
create {WGI_NINO_HANDLER} l_http_handler.make_with_callback (server, "NINO_HANDLER", Current)
|
||||
debug ("nino")
|
||||
if configuration.is_verbose then
|
||||
if attached base as l_base then
|
||||
print ("Base=" + l_base + "%N")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user