We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9f8d6 commit fe28a57Copy full SHA for fe28a57
src/socket.c
@@ -91,7 +91,7 @@
91
static int verbose = 0;
92
93
#define SOCKET_ERR(level, msg, ...) \
94
- if (level < verbose) { \
+ if (verbose >= level) { \
95
fprintf(stderr, "[socket] " msg __VA_OPT__(,) __VA_ARGS__); \
96
}
97
0 commit comments