mirror of
https://git.openafs.org/openafs.git
synced 2025-02-01 14:07:39 +00:00
STABLE14-fssync-fix-log-20050721
don't call Log like it's ViceLog (cherry picked from commit 2f3bdd36ee9e5fef465026d452b08e4d927f70a6)
This commit is contained in:
parent
13c32bda57
commit
c48a7ef0d4
@ -172,7 +172,7 @@ FSYNC_clientInit(void)
|
||||
if (!*timeout)
|
||||
break;
|
||||
if (!(*timeout & 1))
|
||||
Log(0, ("FSYNC_clientInit temporary failure (will retry)"));
|
||||
Log("FSYNC_clientInit temporary failure (will retry)");
|
||||
FSYNC_clientFinis();
|
||||
sleep(*timeout++);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user