diff --git a/iguana/exchanges/stats.c b/iguana/exchanges/stats.c index 87f14e05d..7db807a8a 100644 --- a/iguana/exchanges/stats.c +++ b/iguana/exchanges/stats.c @@ -819,6 +819,7 @@ void stats_rpcloop(void *args) } #endif*/ memcpy(&ipbits,&cli_addr.sin_addr.s_addr,sizeof(ipbits)); +printf("port.%u got incoming from %x\n",port,ipbits); if ( DOCKERFLAG != 0 && (DOCKERFLAG == 1 || ipbits == DOCKERFLAG) ) ipbits = localhostbits; if ( port == RPC_port && ipbits != localhostbits )