]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/commitdiff
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)
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.


No differences found