From 18711c04c9e6fc6056f79f05598719a112ecbba5 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Tue, 10 Oct 2017 12:12:10 +0200 Subject: Make the `simulation` mode logs more obvious --- src/sp_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_utils.h') diff --git a/src/sp_utils.h b/src/sp_utils.h index 3b14205..61a4c53 100644 --- a/src/sp_utils.h +++ b/src/sp_utils.h @@ -35,7 +35,7 @@ #define HOOK_FUNCTION_BY_REGEXP(regexp, hook_table, new_function, execution) \ hook_regexp(regexp, SNUFFLEUPAGUS_G(hook_table), new_function, execution) -#define SP_LOG_NOTICE "notice" +#define SP_LOG_SIMULATION "simulation" #define SP_LOG_DROP "drop" #define SP_LOG_DEBUG "debug" #define SP_LOG_ERROR "error" -- cgit v1.3