mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 23:40:13 +00:00
Windows: correct log message in buf_Sync()
Change-Id: I808e37584a8dda303c037dca82c2230ff884560f Reviewed-on: http://gerrit.openafs.org/5347 Reviewed-by: Jeffrey Altman <jaltman@openafs.org> Tested-by: Jeffrey Altman <jaltman@openafs.org>
This commit is contained in:
parent
2f9f19085e
commit
2077289765
@ -266,8 +266,8 @@ buf_Sync(int quitOnShutdown)
|
||||
lock_ObtainWrite(&buf_globalLock);
|
||||
#ifdef DEBUG_REFCOUNT
|
||||
if (bp->dirtyp == NULL && bp != cm_data.buf_dirtyListEndp) {
|
||||
osi_Log1(afsd_logp,"buf_IncrSyncer bp 0x%p list corruption",bp);
|
||||
afsi_log("buf_IncrSyncer bp 0x%p list corruption", bp);
|
||||
osi_Log1(afsd_logp,"buf_Sync bp 0x%p list corruption",bp);
|
||||
afsi_log("buf_Sync bp 0x%p list corruption", bp);
|
||||
}
|
||||
#endif
|
||||
*bpp = bp->dirtyp;
|
||||
@ -327,7 +327,6 @@ void buf_IncrSyncer(long parm)
|
||||
long i;
|
||||
|
||||
while (buf_ShutdownFlag == 0) {
|
||||
|
||||
if (!wasDirty) {
|
||||
i = SleepEx(5000, 1);
|
||||
if (i != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user