diff --git a/SpotifyKeyDumper/Utils.cpp b/SpotifyKeyDumper/Utils.cpp index 09706b7..10ba108 100644 --- a/SpotifyKeyDumper/Utils.cpp +++ b/SpotifyKeyDumper/Utils.cpp @@ -442,7 +442,7 @@ void Utils::DownloadSong(std::string fileId, std::string uri, std::string key, s if (songInfo->title.empty() || songInfo->artist.empty() || songInfo->album.empty()) { - std::cout << "Error: Invalid title/artist/album name!" << std::endl; + std::cout << "Error: Empty title/artist/album name!" << std::endl; delete songInfo; return; }