mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
fix error message
git-svn-id: file:///home/svn/framework3/trunk@8196 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
538a647671
commit
c147575255
@ -903,7 +903,7 @@ class Db
|
||||
end
|
||||
|
||||
if (not File.readable?(args[0]))
|
||||
print_status("Could not read the NESSUS file")
|
||||
print_status("Could not read the NMAP file")
|
||||
return
|
||||
end
|
||||
framework.db.import_nmap_xml_file(args[0])
|
||||
|
Loading…
Reference in New Issue
Block a user