grpc-proxy: Re-work bound_ok/bound_fail events handling
[src/agl-compositor.git] / grpc-proxy / log.h
index d0a5275..9bbba41 100644 (file)
@@ -2,7 +2,7 @@
 
 #include <cstdio>
 
-//#define DEBUG
+#define DEBUG
 
 #if !defined(LOG) && defined(DEBUG)
 #define LOG(fmt, ...) do { fprintf(stderr, "%s() " fmt, __func__, ##__VA_ARGS__); } while (0)