We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c9cd4 commit f6f3efeCopy full SHA for f6f3efe
modules/auxiliary/admin/upnp/soap_portmapping.rb
@@ -130,7 +130,8 @@ def run
130
if res.code == 200
131
print_good("#{peer} #{map} #{action.name} succeeded")
132
else
133
- print_error("#{peer} #{map} #{action.name} failed: #{res}")
+ print_error("#{peer} #{map} #{action.name} failed with response code #{res.code}")
134
+ vprint_status("#{res.body}")
135
end
136
137
print_error("#{peer} no response for #{map} #{action.name}")
0 commit comments