summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Göttsche2025-06-25 11:37:23 +0200
committerjvoisin2025-06-25 19:39:09 +0200
commit7e6822a7b470ab5fcda123927357019842cdb957 (patch)
tree4e4ef08e5aaca45ad9a26c7da43bc4826ca15a9a /README.md
parent66c711c1b98c0cafa0e4903b862bfbaedd638d7e (diff)
Fix debug log statement
sp_log_debug() does not take a feature as first argument: src/sp_wrapper.c: In function 'sp_reregister_php_wrapper': src/sp_utils.h:61:53: warning: too many arguments for format [-Wformat-extra-args] 61 | if (sp_debug_stderr > 0) dprintf(sp_debug_stderr, "[snuffleupagus][DEBUG] %s(): " fmt "\n", __FUNCTION__, ##__VA_ARGS__); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/sp_wrapper.c:144:3: note: in expansion of macro 'sp_log_debug' 144 | sp_log_debug(LOG_FEATURE, "Stream \"php\" successfully re-registered"); | ^~~~~~~~~~~~
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions