]> git.meshlink.io Git - meshlink-tiny/commit
Remove logging when compiled with -DNDEBUG.
authorGuus Sliepen <guus@meshlink.io>
Sun, 20 Jun 2021 21:17:24 +0000 (23:17 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sun, 20 Jun 2021 21:17:24 +0000 (23:17 +0200)
commit51726faeea70c12caf2540d62dbdc135c5dfaf18
treeb24096d4b8eca76a26bb4d6ce74781ba035d424b
parent2178842d04c649ed22457dc0829153fd1092521c
Remove logging when compiled with -DNDEBUG.

Also fix compiler warnings generated when logger() is #defined to do nothing.
src/connection.c
src/logger.c
src/logger.h
src/protocol.c
src/protocol.h
src/protocol_edge.c
src/protocol_key.c
src/protocol_misc.c