Additional locking debug for Release()

This commit is contained in:
alexhudson
2010-08-21 17:41:57 +00:00
parent 75528e690f
commit 659ab6ea05
+1
View File
@@ -120,6 +120,7 @@ LogicalLockRelease(StoreClient *client, StoreObject *object, LogicalLockType typ
UNUSED_PARAMETER(object);
UNUSED_PARAMETER(type);
Log(LOG_DEBUG, "%lu asking to unlock %s in %s", XplGetThreadID(), client->storeName, location);
XplMutexLock(logicallock_global);
if (g_hash_table_lookup_extended(storelocks_global, client->storeName, &orig_key, &sl_tmp)) {