Skip to content

Commit 7101ff2

Browse files
committed
Better handling of motd printing
1 parent 55e224b commit 7101ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/rsync/modules_list.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def run_host(ip)
166166
name: 'rsync',
167167
info: info
168168
)
169-
vprint_good("#{peer} - rsync MOTD: #{motd}") if motd && datastore['SHOW_MOTD']
169+
print_status("#{peer} - rsync MOTD: #{motd}") if motd && datastore['SHOW_MOTD']
170170

171171
modules_metadata = {}
172172
begin

0 commit comments

Comments
 (0)