cosmetic
This commit is contained in:
parent
7cf7af80b1
commit
b74fc88fb7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue