diff options
Diffstat (limited to 'grpc-proxy/log.h')
-rw-r--r-- | grpc-proxy/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc-proxy/log.h b/grpc-proxy/log.h index d0a5275..9bbba41 100644 --- a/grpc-proxy/log.h +++ b/grpc-proxy/log.h @@ -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) |