remove quotation marks from the host in the 'welcome' message

This commit is contained in:
Andrzej Rybczak
2014-08-30 19:56:53 +02:00
parent fe34852c31
commit 4ac46f8c9d

View File

@@ -194,7 +194,7 @@ int main(int argc, char **argv)
myVisualizer->FindOutputID();
# endif // ENABLE_VISUALIZER
Statusbar::printf("Connected to \"%1%\"", Mpd.GetHostname());
Statusbar::printf("Connected to %1%", Mpd.GetHostname());
}
catch (MPD::ClientError &e)
{