diff --git a/SpotifyKeyDumper/Utils.cpp b/SpotifyKeyDumper/Utils.cpp index 38fe2a7..83f6f57 100644 --- a/SpotifyKeyDumper/Utils.cpp +++ b/SpotifyKeyDumper/Utils.cpp @@ -294,7 +294,7 @@ void Utils::DownloadSong(std::string fileId, std::string uri, std::string key, s if (srStr.length() <= 5) { - std::cout << "Error: Couldn't fetch storage resolve!" << std::endl; + std::cout << "Error: Couldn't fetch storage resolve: (" + srStr + ")"<< std::endl; return; }