diff options
author | Chris Robinson <[email protected]> | 2011-09-10 07:49:35 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-09-10 07:49:35 -0700 |
commit | 0c5c63f4ba6709acb265c1d319e5e17cbe735a3a (patch) | |
tree | aca592351fc62b78caefc54fc41182b4fedcc066 | |
parent | 3dcd1e793e9548d1a8c477095e9f1eb388be61ce (diff) |
Slightly modify a warning
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |