Remove debugging statement.

pull/13/head
Landon Fuller 10 years ago
parent 137d10aa6e
commit 6e860472d1
No known key found for this signature in database
GPG Key ID: 28BBCFC35B80A3C4

@ -1956,10 +1956,6 @@ pxy_conn_setup(evutil_socket_t fd,
if (ctx->local_pid != -1) {
// TODO
#include <libproc.h>
char name[MAXPATHLEN];
proc_pidpath(ctx->local_pid, name, sizeof(name));
log_err_printf("Matched socket to process %s\n", name);
}
}

Loading…
Cancel
Save