diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/snuffleupagus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snuffleupagus.c b/src/snuffleupagus.c index c957cf6..f4ea1d3 100644 --- a/src/snuffleupagus.c +++ b/src/snuffleupagus.c | |||
| @@ -209,7 +209,7 @@ PHP_RINIT_FUNCTION(snuffleupagus) { | |||
| 209 | if (SPG(is_config_valid) == SP_CONFIG_INVALID) { | 209 | if (SPG(is_config_valid) == SP_CONFIG_INVALID) { |
| 210 | sp_log_err("config", "Invalid configuration file"); | 210 | sp_log_err("config", "Invalid configuration file"); |
| 211 | } else if (SPG(is_config_valid) == SP_CONFIG_NONE) { | 211 | } else if (SPG(is_config_valid) == SP_CONFIG_NONE) { |
| 212 | sp_log_warn("config", "No configuration specificed via sp.configuration_file"); | 212 | sp_log_warn("config", "No configuration specified via sp.configuration_file"); |
| 213 | } | 213 | } |
| 214 | } | 214 | } |
| 215 | 215 | ||
