diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/raudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raudio.c b/src/raudio.c index 3e129f54..d6e74848 100644 --- a/src/raudio.c +++ b/src/raudio.c @@ -662,7 +662,7 @@ bool IsAudioBufferPlaying(AudioBuffer *buffer) bool result = false; if (buffer != NULL) result = (buffer->playing && !buffer->paused); - else TraceLog(LOG_ERROR, "IsAudioBufferPlaying() : No audio buffer"); + else TraceLog(LOG_WARNING, "IsAudioBufferPlaying() : No audio buffer"); return result; } |
