Use logging macros in the null backend

This commit is contained in:
Chris Robinson
2011-07-10 22:15:16 -07:00
parent e47e9c5ac3
commit a67aff220f
+1 -1
View File
@@ -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);