@ -90,7 +90,7 @@ int DoGetRequest(const char* url, int authType, const char* userName, const char
char * log = new char[data.size() + 1];
log[data.size()] = 0;
memcpy(log, &data[0], data.size());
printf(log);
printf("%s", log);
delete[] log;
#endif
}