From e3dcefe207b610be2be7a7f6f3e218cbc4e2c394 Mon Sep 17 00:00:00 2001 From: fyodor Date: Wed, 4 Feb 2009 08:13:41 +0000 Subject: [PATCH] Change 'SCRIPT ENGINE' prefix in log messages to the shorter 'NSE' --- nse_macros.h | 2 +- nse_nsock.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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