mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
Windows: correct cm_Analyze log message
A VNOSERVICE log message takes three parameters and not one. Use the correct log macro. Change-Id: Iedb5e568b7ac39c061c0b70738a5c7ac670d9687 Reviewed-on: http://gerrit.openafs.org/7293 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com> Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
This commit is contained in:
parent
a400f2a8a0
commit
cf0d53b06a
@ -874,7 +874,7 @@ cm_Analyze(cm_conn_t *connp,
|
||||
|
||||
LogEvent(EVENTLOG_WARNING_TYPE, MSG_SERVER_REPORTS_VNOSERVICE,
|
||||
addr, fidp->volume, cellp->name);
|
||||
osi_Log1(afsd_logp, "Server %s reported volume %d in cell %s as not in service.",
|
||||
osi_Log3(afsd_logp, "Server %s reported volume %d in cell %s as not in service.",
|
||||
osi_LogSaveString(afsd_logp,addr), fidp->volume, cellp->name);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user