Skip to content

Commit

Permalink
x0d: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
christianparpart committed Aug 3, 2014
1 parent 02c87d1 commit b4bf04b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/director/FastCgiBackend.cpp
Expand Up @@ -52,7 +52,7 @@
#include <unistd.h>
#include <fcntl.h>

#if 1 //!defined(NDEBUG)
#if !defined(NDEBUG)
#define TRACE(level, msg...) \
{ \
static_assert((level) >= 1 && (level) <= 5, \
Expand Down

0 comments on commit b4bf04b

Please sign in to comment.