don't report an error about not able to open device in audioError

also, update TODO with ideas about non-blocking update

git-svn-id: https://svn.musicpd.org/mpd/trunk@632 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-04-07 23:46:33 +00:00
parent 61cffd0e75
commit 7d29f1772a
2 changed files with 2 additions and 7 deletions

View File

@@ -194,7 +194,6 @@ void finishAudio() {
}
void audioError() {
ERROR("Error opening audio device\n");
if(errno==AO_ENOTLIVE) {
ERROR("not a live ao device\n");
}