fix error message

git-svn-id: file:///home/svn/framework3/trunk@8196 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Joshua Drake 2010-01-22 17:39:51 +00:00
parent 538a647671
commit c147575255
1 changed files with 1 additions and 1 deletions

View File

@ -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])