diff options
-rw-r--r-- | Alc/opensl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/opensl.c b/Alc/opensl.c index 0f8f02f3..37b88f2b 100644 --- a/Alc/opensl.c +++ b/Alc/opensl.c @@ -161,7 +161,7 @@ static const char *res_str(SLresult result) #define PRINTERR(x, s) do { \ if((x) != SL_RESULT_SUCCESS) \ - AL_PRINT("%s: %s\n", (s), res_str((x))); \ + ERROR("%s: %s\n", (s), res_str((x))); \ } while(0) /* this callback handler is called every time a buffer finishes playing */ |