From ee140510058e65508ca7c9e2f2a2ee6fcc21b420 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 12 Sep 2016 16:53:43 -0300 Subject: [PATCH] test --- basilisk/basilisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basilisk/basilisk.c b/basilisk/basilisk.c index 431f82b08..da88fae34 100755 --- a/basilisk/basilisk.c +++ b/basilisk/basilisk.c @@ -787,7 +787,7 @@ void basilisk_p2p(void *_myinfo,void *_addr,char *senderip,uint8_t *data,int32_t len += iguana_rwnum(0,data,sizeof(basilisktag),&basilisktag); //int32_t i; for (i=0; i= 0 ) + if ( RELAYID >= 0 ) printf("RELAYID.%d ->received.%d basilisk_p2p.(%s) from %s tag.%u\n",RELAYID,datalen,type,senderip!=0?senderip:"?",basilisktag); basilisk_msgprocess(myinfo,_addr,ipbits,type,basilisktag,&data[len],datalen - len); }