diff options
Diffstat (limited to 'OpenAL32/alSource.c')
-rw-r--r-- | OpenAL32/alSource.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |