Fixed error introduced during refactorying on WSF_DEBUG_FILTER

This commit is contained in:
2014-06-30 15:21:03 +02:00
parent 66a1e0629c
commit add71543a4

View File

@@ -37,10 +37,10 @@ feature -- Basic operations
dbg.append_content_information_to (req, res, s)
dbg.append_path_parameters_to (req, res, s)
dbg.append_query_parameters_to (req, res, s)
dbg.append_path_parameters_to (req, res, s)
dbg.append_form_parameters_to (req, res, s)
if not s.is_empty then
s.append ("**DEBUG**%N")
s.prepend ("**DEBUG**%N")
if attached output as o then
o.put_string (s)
else