diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-04-03 19:23:53 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-04-03 19:23:53 +0800 |
commit | a2f70a3751a60d4843f7d6b8db2a0ce1389e2a99 (patch) | |
tree | d1734cffc32ffdc774058006ead121c5760fe9b7 /process-packet.c | |
parent | 286fa93a8d898b27fdd451512fde312ca08dce5f (diff) |
Just put the version string on the queue, don't use atomicio
Diffstat (limited to 'process-packet.c')
-rw-r--r-- | process-packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process-packet.c b/process-packet.c index 384e449..128eb72 100644 --- a/process-packet.c +++ b/process-packet.c @@ -48,7 +48,7 @@ void process_packet() { TRACE2(("enter process_packet")) type = buf_getbyte(ses.payload); - TRACE(("process_packet: packet type = %d", type)) + TRACE(("process_packet: packet type = %d, len %d", type, ses.payload->len)) ses.lastpacket = type; |