X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=grpc-proxy%2Flog.h;h=459d5b526259ecafddcd002340e1fe603e5cdeb8;hb=e3f8379e48433d1ba9236f959c2cb4c78da4c38a;hp=9bbba41405679af32d39baa17f99629763964962;hpb=ae3ef78cb1a01b690917eb8d93a3e68517a7a93d;p=src%2Fagl-compositor.git diff --git a/grpc-proxy/log.h b/grpc-proxy/log.h index 9bbba41..459d5b5 100644 --- a/grpc-proxy/log.h +++ b/grpc-proxy/log.h @@ -5,7 +5,7 @@ #define DEBUG #if !defined(LOG) && defined(DEBUG) -#define LOG(fmt, ...) do { fprintf(stderr, "%s() " fmt, __func__, ##__VA_ARGS__); } while (0) +#define LOG(fmt, ...) do { fprintf(stderr, "gRPC:proxy:%s() " fmt, __func__, ##__VA_ARGS__); } while (0) #else #define LOG(fmt, ...) do {} while (0) #endif