Fixed typo in "max_output_buffer_size'

The reported error message now points to the right tuneable in mpd.conf
This commit is contained in:
Andreas Rammhold
2016-10-17 01:00:55 +02:00
committed by Andrzej Rybczak
parent 8e11561981
commit 7bb6a8365e

View File

@@ -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();
}