diff options
| author | Ben Fuhrmannek | 2021-12-20 16:26:12 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-12-20 16:26:12 +0100 |
| commit | d3d9b594fe904e6d101522617fdcf18dc5518b16 (patch) | |
| tree | dfbf8ff73ab32d155eff8599cda229c389d6d025 /src/snuffleupagus.c | |
| parent | c3fddfecfab29504097932184389a94251991bc7 (diff) | |
added @warn/@err to config syntax
Diffstat (limited to 'src/snuffleupagus.c')
| -rw-r--r-- | src/snuffleupagus.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/snuffleupagus.c b/src/snuffleupagus.c index de68130..3baad1b 100644 --- a/src/snuffleupagus.c +++ b/src/snuffleupagus.c | |||
| @@ -223,8 +223,7 @@ PHP_RINIT_FUNCTION(snuffleupagus) { | |||
| 223 | if (SPG(is_config_valid) == SP_CONFIG_INVALID) { | 223 | if (SPG(is_config_valid) == SP_CONFIG_INVALID) { |
| 224 | sp_log_err("config", "Invalid configuration file"); | 224 | sp_log_err("config", "Invalid configuration file"); |
| 225 | } else if (SPG(is_config_valid) == SP_CONFIG_NONE) { | 225 | } else if (SPG(is_config_valid) == SP_CONFIG_NONE) { |
| 226 | sp_log_warn("config", | 226 | sp_log_warn("config", "No configuration specificed via sp.configuration_file"); |
| 227 | "No configuration specificed via sp.configuration_file"); | ||
| 228 | } | 227 | } |
| 229 | } | 228 | } |
| 230 | 229 | ||
