From 43b355734cf192129f2906789185301a61f4cd8a Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sat, 12 Jun 2004 02:06:16 +0000 Subject: Add WARNING log method. it's the same as ERROR, except that when mpd starts, warnings are buffered until the error log is opened, and then flushed to the error log. git-svn-id: https://svn.musicpd.org/mpd/trunk@1442 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/audio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/audio.c') diff --git a/src/audio.c b/src/audio.c index afea52734..e677f8768 100644 --- a/src/audio.c +++ b/src/audio.c @@ -256,7 +256,7 @@ int playAudio(char * playChunk, int size) { int send; if(audio_device==NULL) { - ERROR("trying to play w/ the audio device being open!\n"); + ERROR("trying to play w/o the audio device being open!\n"); return -1; } @@ -302,4 +302,3 @@ void audioError() { } #endif } -/* vim:set shiftwidth=4 tabstop=8 expandtab: */ -- cgit v1.2.3