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:
committed by
Andrzej Rybczak
parent
8e11561981
commit
7bb6a8365e
@@ -53,7 +53,7 @@ MPD::SongIterator getDatabaseIterator(MPD::Connection &mpd)
|
|||||||
{
|
{
|
||||||
// If we can't get the database, display appropriate
|
// If we can't get the database, display appropriate
|
||||||
// error message and reconnect with the MPD server.
|
// 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.Disconnect();
|
||||||
mpd.Connect();
|
mpd.Connect();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user