server: logs reduce level VERBOSE to VERB to max 4 chars
This commit is contained in:
parent
b5e44777e7
commit
5ffcbd7346
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue