Skip to content

Commit ae00dfe

Browse files
committed
Merge branch 'web-http-revert-to-elog' of github.com:tasos-r7/metasploit-framework into tasos-r7-web-http-revert-to-elog
2 parents 353f02c + 380f5f5 commit ae00dfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/msf/core/auxiliary/web/http.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ def _request( url, opts = {} )
313313
# This is bad but we can't anticipate the gazilion different types of network
314314
# i/o errors between Rex and Errno.
315315
rescue => e
316-
print_error e.to_s
317-
e.backtrace.each { |l| print_error l }
316+
elog e.to_s
317+
e.backtrace.each { |l| elog l }
318318
Response.empty
319319
end
320320

0 commit comments

Comments
 (0)