mirror of
https://github.com/adulau/ssldump.git
synced 2024-12-22 07:55:57 +00:00
Unused debug info removed
This commit is contained in:
parent
dcf6a338a3
commit
e77e8abc18
1 changed files with 0 additions and 3 deletions
|
@ -496,9 +496,6 @@ static int logpkt_write_packet(logpkt_ctx_t *ctx,
|
|||
CSA(&ctx->dst_addr), CSA(&ctx->src_addr), flags,
|
||||
ctx->dst_seq, ctx->src_seq, payload, payloadlen);
|
||||
}
|
||||
|
||||
fprintf(stderr,
|
||||
"DEBUG --- timestamp in logpkt_write_packet: %d.%d\n", ctx->timestamp_sec, ctx->timestamp_usec);
|
||||
|
||||
rv = logpkt_pcap_write(buf, sz, fd, ctx->timestamp_sec, ctx->timestamp_usec);
|
||||
if(rv == -1) {
|
||||
|
|
Loading…
Reference in a new issue