some temporary debug

This commit is contained in:
Sławosz
2013-08-28 18:39:01 +02:00
parent 02abcfdf74
commit cfb65c06ac
+1
View File
@@ -46,6 +46,7 @@ func (t *TCPMessage) listen() {
for {
select {
case <-t.c_closing:
Debug("BLA BLA BLA")
close(t.c_packets)
return // Stop loop if message completed/expired
case packet := <-t.c_packets: