From efca8d73c9384e5015f7c7815cdefdf12f121718 Mon Sep 17 00:00:00 2001 From: Landon Fuller Date: Fri, 7 Nov 2014 16:38:50 -0700 Subject: [PATCH] Remove debugging statement. --- pxyconn.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/pxyconn.c b/pxyconn.c index 246546f..9946d96 100644 --- a/pxyconn.c +++ b/pxyconn.c @@ -1977,8 +1977,6 @@ pxy_conn_setup(evutil_socket_t fd, if (!ctx->user || !ctx->group) { goto memout; } - - log_err_printf("Matched socket to process %s (user=%s, group=%s)\n", ctx->exec_path, ctx->user, ctx->group); } } }