diff --git a/src/helpers.cpp b/src/helpers.cpp index 5fcd140e..54d8d341 100644 --- a/src/helpers.cpp +++ b/src/helpers.cpp @@ -42,7 +42,7 @@ bool ConnectToMPD() { if (!Mpd.Connect()) { - std::cout << "Cannot connect to mpd: " << Mpd.GetErrorMessage() << std::endl; + std::cout << "Couldn't connect to MPD (host = " << Mpd.GetHostname() << ", port = " << Mpd.GetPort() << "): " << Mpd.GetErrorMessage() << std::endl; return false; } return true;