Merge pull request #2 from stancampbell3/wip/PART-3886

Turn off TRACE and DEBUG by default.
This commit is contained in:
Stan Campbell 2014-08-19 13:38:18 -07:00
commit 0c7f5c69c8
1 changed files with 2 additions and 2 deletions

View File

@ -42,12 +42,12 @@
#include <librdkafka/rdkafka.h>
#define TRACE
#undef TRACE
// Holds the defined Ruby module for Hermann
static VALUE m_hermann;
static int DEBUG = 1;
static int DEBUG = 0;
// Should we expect rb_thread_blocking_region to be present?
// #define RB_THREAD_BLOCKING_REGION