]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commit
log.c: Simplify #ifdef DEBUG in log_message().
authorSimon Ruderich <simon@ruderich.org>
Fri, 9 Aug 2013 19:03:33 +0000 (21:03 +0200)
committerSimon Ruderich <simon@ruderich.org>
Fri, 9 Aug 2013 19:03:33 +0000 (21:03 +0200)
commitd87efa4a7a6285603950f5780ef57a72b651c8e9
treec9777b7cc9f78a4eae008c68c4c1b01673979597
parentf012f75b2ed64fe9955b1dc2013c06e054bafd7f
log.c: Simplify #ifdef DEBUG in log_message().

As we use flockfile() multiple fprintf() don't create a race-condition.

This also prevents a warning with clang which uses a macro for
fprintf(). #ifdefs within macro arguments is not portable.
src/log.c