This commit is contained in:
jl777
2018-09-11 07:41:13 -11:00
parent f176fbbe50
commit 58173d2df0

View File

@@ -358,7 +358,7 @@ int32_t get_KMDheight(char *acname)
if ( (retjson= get_komodocli(&retstr,acname,"getinfo","","","")) != 0 )
{
height = jint(retjson,"blocks");
fprintf(stderr,"KMDheight.%d\n",height);
fprintf(stderr,"%s height.%d\n",acname[0]!=0?acname:"KMD",height);
free_json(retjson);
}
else if ( retstr != 0 )