diff options
Diffstat (limited to 'src/sp_utils.h')
| -rw-r--r-- | src/sp_utils.h | 2 |
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" |
