Fixed typo in "max_output_buffer_size'

The reported error message now points to the right tuneable in mpd.conf
master
Andreas Rammhold 10 years ago committed by Andrzej Rybczak
parent 8e11561981
commit 7bb6a8365e
  1. 2
      src/helpers.cpp

@ -53,7 +53,7 @@ MPD::SongIterator getDatabaseIterator(MPD::Connection &mpd)
{
// If we can't get the database, display appropriate
// error message and reconnect with the MPD server.
Statusbar::print("Unable to fetch the data, increase max_buffer_output_size in your MPD configuration file");
Statusbar::print("Unable to fetch the data, increase max_output_buffer_size in your MPD configuration file");
mpd.Disconnect();
mpd.Connect();
}

Loading…
Cancel
Save