Skip to content

Commit b55fd05

Browse files
committed
Use print_status
1 parent f5e0ddd commit b55fd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/nessus.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ def cmd_nessus_db_import(*args)
998998
framework.db.import({:data => report}) do |type,data|
999999
case type
10001000
when :address
1001-
print_line("Importing data of #{data}")
1001+
print_status("Importing data of #{data}")
10021002
end
10031003
end
10041004
print_good("Done")

0 commit comments

Comments
 (0)