瀏覽代碼

Turn off debug logging in client impl

Accidentally left in #147
Marc Di Luzio 5 年之前
父節點
當前提交
a5e00bc94e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/client_impl.c

+ 1 - 1
lib/client_impl.c

@@ -67,7 +67,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(...)