This commit is contained in:
Bob van Loosen 2012-12-23 15:12:14 +01:00
parent 7cf7af80b1
commit b74fc88fb7

View file

@ -130,7 +130,7 @@ void CMpdClient::SetCurrentSong(const std::string& song)
void CMpdClient::SetSockError() void CMpdClient::SetSockError()
{ {
string error = m_address + " " + ToString(m_port) + " " + m_socket.GetError(); string error = m_address + ":" + ToString(m_port) + " " + m_socket.GetError();
SetCurrentSong(error); SetCurrentSong(error);
} }