修复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 else
{ {
XYLOG(XYLOG_SEVERITY_WARNING, "Net Photo failure, nRet=%s", nRet); XYLOG(XYLOG_SEVERITY_WARNING, "Net Photo failure, nRet=%d", (int)nRet);
printf("GET err=%d", nRet); // printf("GET err=%d", nRet);
} }
curl_easy_cleanup(curl); curl_easy_cleanup(curl);

Loading…
Cancel
Save