diff options
Diffstat (limited to 'src/sp_utils.c')
| -rw-r--r-- | src/sp_utils.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/sp_utils.c b/src/sp_utils.c index 1b707d0..0f58fbb 100644 --- a/src/sp_utils.c +++ b/src/sp_utils.c | |||
| @@ -225,7 +225,8 @@ void sp_log_disable(const char* restrict path, const char* restrict arg_name, | |||
| 225 | } | 225 | } |
| 226 | } | 226 | } |
| 227 | if (dump) { | 227 | if (dump) { |
| 228 | sp_log_request(config_node->dump, config_node->textual_representation, SP_TOKEN_DISABLE_FUNC); | 228 | sp_log_request(config_node->dump, config_node->textual_representation, |
| 229 | SP_TOKEN_DISABLE_FUNC); | ||
| 229 | } | 230 | } |
| 230 | } | 231 | } |
| 231 | 232 | ||
| @@ -252,7 +253,8 @@ void sp_log_disable_ret(const char* restrict path, | |||
| 252 | zend_get_executed_lineno(TSRMLS_C), ret_value ? ret_value : "?", path); | 253 | zend_get_executed_lineno(TSRMLS_C), ret_value ? ret_value : "?", path); |
| 253 | } | 254 | } |
| 254 | if (dump) { | 255 | if (dump) { |
| 255 | sp_log_request(dump, config_node->textual_representation, SP_TOKEN_DISABLE_FUNC); | 256 | sp_log_request(dump, config_node->textual_representation, |
| 257 | SP_TOKEN_DISABLE_FUNC); | ||
| 256 | } | 258 | } |
| 257 | } | 259 | } |
| 258 | 260 | ||
