From 70102e7cd39185a01e909a318e7564d1595125e2 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 16 Jan 2008 13:58:10 -0800 Subject: [PATCH] Fix debug comments --- OpenAL32/alAuxEffectSlot.c | 2 +- OpenAL32/alSource.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenAL32/alAuxEffectSlot.c b/OpenAL32/alAuxEffectSlot.c index f39659e9..6d7a3ca5 100644 --- a/OpenAL32/alAuxEffectSlot.c +++ b/OpenAL32/alAuxEffectSlot.c @@ -470,7 +470,7 @@ ALvoid ReleaseALAuxiliaryEffectSlots(ALCcontext *Context) { #ifdef _DEBUG if(Context->AuxiliaryEffectSlotCount > 0) - AL_PRINT("exit() %d AuxiliaryEffectSlot(s) NOT deleted\n", Context->AuxiliaryEffectSlotCount); + AL_PRINT("destroycontext: %d AuxiliaryEffectSlot(s) NOT deleted\n", Context->AuxiliaryEffectSlotCount); #endif while(Context->AuxiliaryEffectSlot) diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c index 13cca8e3..ee8bb49e 100644 --- a/OpenAL32/alSource.c +++ b/OpenAL32/alSource.c @@ -2278,7 +2278,7 @@ ALvoid ReleaseALSources(ALCcontext *Context) { #ifdef _DEBUG if(Context->SourceCount > 0) - AL_PRINT("exit() %d Source(s) NOT deleted\n", Context->SourceCount); + AL_PRINT("destroycontext: %d Source(s) NOT deleted\n", Context->SourceCount); #endif while(Context->Source) -- 2.11.4.GIT