From a2f70a3751a60d4843f7d6b8db2a0ce1389e2a99 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 3 Apr 2013 19:23:53 +0800 Subject: Just put the version string on the queue, don't use atomicio --- process-packet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process-packet.c') 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; -- cgit v1.2.3