Skip to content

Commit

Permalink
Disable debugging by default
Browse files Browse the repository at this point in the history
  • Loading branch information
eric committed Sep 8, 2013
1 parent d0586c4 commit 86d92af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/zkrb.c
Expand Up @@ -1036,7 +1036,9 @@ static VALUE zkrb_client_id_method_initialize(VALUE self) {


void Init_zookeeper_c() {
// Don't debug by default
ZKRBDebugging = 0;
zoo_set_debug_level(0);

mZookeeper = rb_define_module("Zookeeper");
mZookeeperExceptions = rb_define_module_under(mZookeeper, "Exceptions");
Expand Down

0 comments on commit 86d92af

Please sign in to comment.