Cleaner printing when in verbose

bug/bundler_fix
Jon Hart 2015-12-10 09:12:54 -08:00
parent d2f54af23f
commit 00f72b279b
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ module Auxiliary::Redis
data = sock.get_once(-1, read_timeout)
return unless data
data.strip!
vprint_status("#{peer} -- redis command '#{commands.join(' ')}' got #{data}")
vprint_status("#{peer} -- redis command '#{commands.join(' ')}' got #{Rex::Text.ascii_safe_hex(data, true)}")
data
end
end