remove quotation marks from the host in the 'welcome' message
This commit is contained in:
@@ -194,7 +194,7 @@ int main(int argc, char **argv)
|
|||||||
myVisualizer->FindOutputID();
|
myVisualizer->FindOutputID();
|
||||||
# endif // ENABLE_VISUALIZER
|
# endif // ENABLE_VISUALIZER
|
||||||
|
|
||||||
Statusbar::printf("Connected to \"%1%\"", Mpd.GetHostname());
|
Statusbar::printf("Connected to %1%", Mpd.GetHostname());
|
||||||
}
|
}
|
||||||
catch (MPD::ClientError &e)
|
catch (MPD::ClientError &e)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user