Skip to content

Commit c8c6eed

Browse files
adds url called to debugging
1 parent c464346 commit c8c6eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/elgato-cloud-data.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ nlohmann::json ElgatoCloud::GetPurchaseDownloadLink(std::string variantId)
301301
auto response = fetch_string_from_get(api_url, _accessToken);
302302
// Todo- Error checking
303303
try {
304-
blog(LOG_INFO, "============= DOWNLOAD REQUEST API RESPONSE =============\n%s", response.c_str());
304+
blog(LOG_INFO, "============= DOWNLOAD REQUEST API RESPONSE =============\nURL: %s\nResponse: %s", api_url.c_str(), response.c_str());
305305
auto responseJson = nlohmann::json::parse(response);
306306
return responseJson;
307307
} catch (...) {

0 commit comments

Comments
 (0)