Remove debugging statement.

pull/13/head
Landon Fuller 10 years ago
parent 81bf954c17
commit efca8d73c9
No known key found for this signature in database
GPG Key ID: 28BBCFC35B80A3C4

@ -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);
}
}
}

Loading…
Cancel
Save