1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 11:29:01 +00:00

Change 'SCRIPT ENGINE' prefix in log messages to the shorter 'NSE'

This commit is contained in:
fyodor
2009-02-04 08:13:41 +00:00
parent 4b23bb9bb2
commit e3dcefe207
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
#define FILES 1
#define DIRS 2
#define SCRIPT_ENGINE "SCRIPT ENGINE"
#define SCRIPT_ENGINE "NSE"
#define SCRIPT_ENGINE_LUA "LUA INTERPRETER"
#define SCRIPT_ENGINE_SUCCESS 0
#define SCRIPT_ENGINE_ERROR 2