@ -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);
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);