From 043e9f93d22174f6384247d1ab5e9c8e1574c197 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 25 Jul 2017 15:22:44 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_nativeDEX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index c528514e0..b06da2a8b 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -229,7 +229,7 @@ char *LP_process_message(void *ctx,char *typestr,char *myipaddr,int32_t pubsock, } else { - printf("packet not for this node\n"); + printf("packet not for this node %u\n",crc32); } } else printf("error (%s) method is %s\n",jsonstr,method); }