diff --git a/nse_macros.h b/nse_macros.h index e84bd1e51..2e8b52c2d 100644 --- a/nse_macros.h +++ b/nse_macros.h @@ -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 diff --git a/nse_nsock.cc b/nse_nsock.cc index 64b4e49ce..ff4175397 100644 --- a/nse_nsock.cc +++ b/nse_nsock.cc @@ -21,7 +21,7 @@ #include #endif -#define SCRIPT_ENGINE "SCRIPT ENGINE" +#define SCRIPT_ENGINE "NSE" #define NSOCK_WRAPPER "NSOCK WRAPPER" #define NSOCK_WRAPPER_SUCCESS 0 #define NSOCK_WRAPPER_ERROR 2