From a67aff220fd084265360865d64e02c3e15bbacf2 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 10 Jul 2011 22:15:16 -0700 Subject: Use logging macros in the null backend --- Alc/null.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alc/null.c b/Alc/null.c index 37a0fa14..c6e7d1fb 100644 --- a/Alc/null.c +++ b/Alc/null.c @@ -109,7 +109,7 @@ static ALCboolean null_reset_playback(ALCdevice *device) data->buffer = malloc(data->size); if(!data->buffer) { - AL_PRINT("buffer malloc failed\n"); + ERROR("Buffer malloc failed\n"); return ALC_FALSE; } SetDefaultWFXChannelOrder(device); -- cgit v1.2.3