aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSource.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2008-07-22 14:29:27 -0700
committerChris Robinson <[email protected]>2008-07-22 14:29:27 -0700
commit93c0f61050dbe15e692e567a208bd0c60d60b4dd (patch)
tree954feceb29f33dc5b135810c2a5f3a1b6e810c85 /OpenAL32/alSource.c
parent3a8c543f8bb814216fd3f68e4116e63b6d46215f (diff)
Clarify implicit destruction warnings
Diffstat (limited to 'OpenAL32/alSource.c')
-rw-r--r--OpenAL32/alSource.c2
1 files changed, 1 insertions, 1 deletions
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)