server: logs reduce level VERBOSE to VERB to max 4 chars

This commit is contained in:
Pierrick HYMBERT 2024-02-24 23:07:50 +01:00
parent b5e44777e7
commit 5ffcbd7346

View file

@ -28,7 +28,7 @@ extern bool server_log_json;
{ \ { \
if (server_verbose) \ if (server_verbose) \
{ \ { \
server_log("VERBOSE", __func__, __LINE__, MSG, __VA_ARGS__); \ server_log("VERB", __func__, __LINE__, MSG, __VA_ARGS__); \
} \ } \
} while (0) } while (0)
#endif #endif