From ac4219bcdec0b80c2b0e2c6772d8c6be6778e7f3 Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 5 Aug 2011 13:39:27 +0200 Subject: [PATCH] Small clarification. --- audio/dsound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/dsound.c b/audio/dsound.c index 42df446b6d..d6fcbb7ac7 100644 --- a/audio/dsound.c +++ b/audio/dsound.c @@ -91,7 +91,7 @@ static inline void* grab_chunk(dsound_t *ds, DWORD write_ptr) } if (err) - SSNES_ERR("[DirectSound Error]: %s\n", err); + SSNES_WARN("[DirectSound error]: %s\n", err); if (bytes != CHUNK_SIZE) {