You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
sprintf(buf,"Failed to read local socket rc=%d, min requested=%ld, max requested=%d, errno=%d",rc,sizeof(ShubMessageHdr)-available,buffer_size-pos-available,errno);
383
+
sprintf(buf,"Failed to read local socketchan=%d,rc=%d, min requested=%ld, max requested=%d, errno=%d",chan,rc,sizeof(ShubMessageHdr)-available,buffer_size-pos-available,errno);