1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 13:49:03 +00:00

merge soc07 r5085:5094 - removed a period which could lead to slightly confusing output such as 'Read data files from: ..' when they are read from the current directory; Always print a message when the script database is updated successfully; Added a whole bunch of entries to the CHANGELOG in preparation for the first soc07 release; latest auto-generated files; add a question mark to a textual question

This commit is contained in:
fyodor
2007-08-11 05:14:52 +00:00
parent 8dc9673928
commit f025e86b0b
8 changed files with 4001 additions and 4126 deletions

View File

@@ -93,10 +93,7 @@ int script_updatedb() {
goto finishup;
}
SCRIPT_ENGINE_DEBUGGING(
log_write(LOG_STDOUT, "%s: Rule database successfully updated.\n",
SCRIPT_ENGINE);
)
log_write(LOG_STDOUT, "NSE script database updated successfully.\n");
finishup:
lua_close(l);