diff options
author | Chris Robinson <[email protected]> | 2011-07-10 22:15:16 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-07-10 22:15:16 -0700 |
commit | a67aff220fd084265360865d64e02c3e15bbacf2 (patch) | |
tree | 1012b838daf972a715e568b2d6bca31d3b981733 /Alc | |
parent | e47e9c5ac3d195e4b03bc08f878024d03d2d5a41 (diff) |
Use logging macros in the null backend
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/null.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |