mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
print a friendlier status msg
This commit is contained in:
parent
401d3eb9cf
commit
aa711cb71d
@ -63,7 +63,7 @@ module Ui
|
||||
buffer_size = 2 ** 17
|
||||
bytes_read = 0
|
||||
next_message_byte = memory_size / 10
|
||||
print_good("memory_size #{memory_size}")
|
||||
print_good("Dumping #{memory_size} bytes (press Ctrl-C to abort)")
|
||||
begin
|
||||
data = channel.read(buffer_size)
|
||||
until channel.eof || data.nil?
|
||||
|
Loading…
Reference in New Issue
Block a user