diff --git a/iguana/exchanges/LP_rpc.c b/iguana/exchanges/LP_rpc.c index 283979683..bcb72608f 100644 --- a/iguana/exchanges/LP_rpc.c +++ b/iguana/exchanges/LP_rpc.c @@ -127,6 +127,7 @@ char *issue_LP_psock(char *destip,uint16_t destport,int32_t ispaired) sprintf(url,"http://%s:%u/api/stats/psock?ispaired=%d",destip,destport,ispaired); //return(LP_issue_curl("psock",destip,destport,url)); retstr = issue_curlt(url,LP_HTTP_TIMEOUT*3); + printf("issue_LP_psock got (%s) from %s\n",retstr,destip); return(retstr); }