diff --git a/sk-unix.c b/sk-unix.c index b1a7f2385..8a8a58394 100644 --- a/sk-unix.c +++ b/sk-unix.c @@ -31,6 +31,9 @@ #include "protobuf.h" #include "protobuf/sk-unix.pb-c.h" +#undef LOG_PREFIX +#define LOG_PREFIX "sk unix: " + struct unix_sk_desc { struct socket_desc sd; unsigned int type;