aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-09-10 07:49:35 -0700
committerChris Robinson <[email protected]>2011-09-10 07:49:35 -0700
commit0c5c63f4ba6709acb265c1d319e5e17cbe735a3a (patch)
treeaca592351fc62b78caefc54fc41182b4fedcc066
parent3dcd1e793e9548d1a8c477095e9f1eb388be61ce (diff)
Slightly modify a warning
-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);
}