mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
lwsl_debug: NOP if no _DEBUG
This commit is contained in:
parent
78e6c962f8
commit
7c12b88bc2
1 changed files with 2 additions and 0 deletions
|
@ -2065,7 +2065,9 @@ lwsl_hexdump_level(int hexdump_level, const void *vbuf, size_t len)
|
|||
LWS_VISIBLE void
|
||||
lwsl_hexdump(const void *vbuf, size_t len)
|
||||
{
|
||||
#if defined(_DEBUG)
|
||||
lwsl_hexdump_level(LLL_DEBUG, vbuf, len);
|
||||
#endif
|
||||
}
|
||||
|
||||
LWS_VISIBLE int
|
||||
|
|
Loading…
Add table
Reference in a new issue