summaryrefslogtreecommitdiff
path: root/src/sp_utils.h
diff options
context:
space:
mode:
authorjvoisin2017-10-10 12:12:10 +0200
committerjvoisin2017-10-10 12:12:10 +0200
commit18711c04c9e6fc6056f79f05598719a112ecbba5 (patch)
tree34016121eb1ecba352d1eb8bcb341ffcfe645db8 /src/sp_utils.h
parent6c89a3e68e109ab9e6ef5445c00ea786cd59c89c (diff)
Make the `simulation` mode logs more obvious
Diffstat (limited to 'src/sp_utils.h')
-rw-r--r--src/sp_utils.h2
1 files changed, 1 insertions, 1 deletions
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 @@
35#define HOOK_FUNCTION_BY_REGEXP(regexp, hook_table, new_function, execution) \ 35#define HOOK_FUNCTION_BY_REGEXP(regexp, hook_table, new_function, execution) \
36 hook_regexp(regexp, SNUFFLEUPAGUS_G(hook_table), new_function, execution) 36 hook_regexp(regexp, SNUFFLEUPAGUS_G(hook_table), new_function, execution)
37 37
38#define SP_LOG_NOTICE "notice" 38#define SP_LOG_SIMULATION "simulation"
39#define SP_LOG_DROP "drop" 39#define SP_LOG_DROP "drop"
40#define SP_LOG_DEBUG "debug" 40#define SP_LOG_DEBUG "debug"
41#define SP_LOG_ERROR "error" 41#define SP_LOG_ERROR "error"