From 93c0f61050dbe15e692e567a208bd0c60d60b4dd Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 22 Jul 2008 14:29:27 -0700 Subject: Clarify implicit destruction warnings --- OpenAL32/alSource.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/alSource.c') diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c index 35caec8a..89212933 100644 --- a/OpenAL32/alSource.c +++ b/OpenAL32/alSource.c @@ -2290,7 +2290,7 @@ ALvoid ReleaseALSources(ALCcontext *Context) { #ifdef _DEBUG if(Context->SourceCount > 0) - AL_PRINT("alcDestroyContext(): %d Source(s) NOT deleted\n", Context->SourceCount); + AL_PRINT("alcDestroyContext(): deleting %d Source(s)\n", Context->SourceCount); #endif while(Context->Source) -- cgit v1.2.3