summaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index e945d0b4..609b6fba 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1515,7 +1515,7 @@ static void ReleaseContext(ALCcontext *context, ALCdevice *device)
if(CompExchangePtr((void**)&GlobalContext, context, NULL))
{
- WARN("Context %p released while globally current\n", context);
+ WARN("Context %p released while current\n", context);
ALCcontext_DecRef(context);
}