windows-check-locks-logging-20051014

add a log message so we can tell how long it took.
This commit is contained in:
Jeffrey Altman 2005-10-15 04:36:57 +00:00
parent ee1435d516
commit a5f2ec497d

View File

@ -4276,6 +4276,7 @@ void cm_CheckLocks()
}
lock_ReleaseWrite(&cm_scacheLock);
osi_Log1(afsd_logp, "cm_CheckLocks completes lock check cycle %d", cm_lockRefreshCycle);
}
/* NOT called with scp->mx held. */