summaryrefslogtreecommitdiffhomepage
path: root/process-packet.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-04-03 19:23:53 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-04-03 19:23:53 +0800
commita2f70a3751a60d4843f7d6b8db2a0ce1389e2a99 (patch)
treed1734cffc32ffdc774058006ead121c5760fe9b7 /process-packet.c
parent286fa93a8d898b27fdd451512fde312ca08dce5f (diff)
Just put the version string on the queue, don't use atomicio
Diffstat (limited to 'process-packet.c')
-rw-r--r--process-packet.c2
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;