mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-16 12:53:17 +00:00
make OUT debug look more like IN debug
This commit is contained in:
parent
b66dc4ea51
commit
da6eee279a
|
@ -172,7 +172,7 @@ update_downstream_seqno(int dns_fd, int userid, int down_seq, int down_frag)
|
|||
/* Send reply if waiting */
|
||||
if (users[userid].outpacket.len > 0) {
|
||||
if (debug >= 1) {
|
||||
printf("OUT pkt seq# %d, frag %d (last=%d), fragsize %d of total %d, to user %d\n",
|
||||
printf("OUT pkt seq# %d, frag %d (last=%d), fragsize %d, total %d, to user %d\n",
|
||||
users[userid].outpacket.seqno & 7, users[userid].outpacket.fragment & 15,
|
||||
1, users[userid].outpacket.len, users[userid].outpacket.len, userid);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue