cygserver: Small code cleanup
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@ -46,7 +46,7 @@ _mtx_lock (mtx *m, DWORD winpid, const char *file, int line)
|
||||
_panic (file, line, "wait for %s in %d failed, %u", m->name, winpid,
|
||||
GetLastError ());
|
||||
m->owner = winpid;
|
||||
_log (file, line, LOG_DEBUG, "Locked mutex %s/%u (%u)",
|
||||
_log (file, line, LOG_DEBUG, "Locked mutex %s/%u (owner: %u)",
|
||||
m->name, ++m->cnt, winpid);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user