修复bug

rtmpsuck
Matthew 5 months ago
parent 7baaae19d8
commit b71fcebdf2

@ -106,8 +106,8 @@ int DoGetRequest(const char* url, int authType, const char* userName, const char
}
else
{
XYLOG(XYLOG_SEVERITY_WARNING, "Net Photo failure, nRet=%s", nRet);
printf("GET err=%d", nRet);
XYLOG(XYLOG_SEVERITY_WARNING, "Net Photo failure, nRet=%d", (int)nRet);
// printf("GET err=%d", nRet);
}
curl_easy_cleanup(curl);

Loading…
Cancel
Save