1
0
Эх сурвалжийг харах

Merge pull request #151 from mdiluz/patch-1

Turn off debug logging in client impl
Alex Smith 5 жил өмнө
parent
commit
2a124ce8c7
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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(...)