diff process-packet.c @ 751:685d05f1cc5c

Just put the version string on the queue, don't use atomicio
author Matt Johnston <matt@ucc.asn.au>
date Wed, 03 Apr 2013 19:23:53 +0800
parents 9a5438271556
children 2f1c199b6e4b
line wrap: on
line diff
--- a/process-packet.c	Wed Apr 03 07:34:18 2013 +0800
+++ b/process-packet.c	Wed Apr 03 19:23:53 2013 +0800
@@ -48,7 +48,7 @@
 	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;