diff --git a/src/ncmpcpp.cpp b/src/ncmpcpp.cpp index 0c68f735..7faf3488 100644 --- a/src/ncmpcpp.cpp +++ b/src/ncmpcpp.cpp @@ -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) {