diff options
author | Chris Robinson <[email protected]> | 2011-07-02 19:02:45 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-07-02 19:02:45 -0700 |
commit | b043390ec2ad465acc12b98acdb51909bdfdd667 (patch) | |
tree | 9733f1aa7531d0c87bc60575686231b8a35beb56 /Alc | |
parent | 4c94ba6d8a457c4d4c1dd3a9c7f08fe18b2f3ce4 (diff) |
Update a trace
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2888,7 +2888,7 @@ static void ReleaseALC(void) #ifdef _DEBUG if(g_ulDeviceCount > 0) - AL_PRINT("exit(): closing %u Device%s\n", g_ulDeviceCount, (g_ulDeviceCount>1)?"s":""); + AL_PRINT("ReleaseALC(): closing %u Device%s\n", g_ulDeviceCount, (g_ulDeviceCount>1)?"s":""); #endif while(g_pDeviceList) |