Explorar o código

Merge pull request #151 from mdiluz/patch-1

Turn off debug logging in client impl
Alex Smith %!s(int64=5) %!d(string=hai) anos
pai
achega
2a124ce8c7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/client_impl.c

+ 1 - 1
lib/client_impl.c

@@ -63,7 +63,7 @@ POSSIBILITY OF SUCH DAMAGE.
 #define LOG_ERROR fprintf(stderr, "ERROR: %s \n", error_string)
 #endif
 
-#ifdef DO_TRACE
+#if DO_TRACE
 #define TRACE(...) fprintf(stderr, __VA_ARGS__)
 #else
 #define TRACE(...)