Slightly modify a warning

This commit is contained in:
Chris Robinson
2011-09-10 07:49:35 -07:00
parent 3dcd1e793e
commit 0c5c63f4ba
+1 -1
View File
@@ -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);
}