mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
Windows: VNOSERVICE message text
correct message text to indicate that an rpc has not been serviced. Change-Id: Id2d82756253136ae6221aa2227be64bf654ee36e Reviewed-on: http://gerrit.openafs.org/7306 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Chas Williams - CONTRACTOR <chas@cmf.nrl.navy.mil> Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com> Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
This commit is contained in:
parent
50752e2f60
commit
c87fe04a61
@ -146,7 +146,7 @@ Severity=Warning
|
|||||||
Facility=System
|
Facility=System
|
||||||
SymbolicName=MSG_SERVER_REPORTS_VNOSERVICE
|
SymbolicName=MSG_SERVER_REPORTS_VNOSERVICE
|
||||||
Language=English
|
Language=English
|
||||||
Server %1 reported volume %2 in cell %3 as not in service.
|
Server %1 reported rpc to volume %2 in cell %3 as not serviced.
|
||||||
.
|
.
|
||||||
|
|
||||||
MessageId=
|
MessageId=
|
||||||
|
@ -874,7 +874,7 @@ cm_Analyze(cm_conn_t *connp,
|
|||||||
|
|
||||||
LogEvent(EVENTLOG_WARNING_TYPE, MSG_SERVER_REPORTS_VNOSERVICE,
|
LogEvent(EVENTLOG_WARNING_TYPE, MSG_SERVER_REPORTS_VNOSERVICE,
|
||||||
addr, fidp->volume, cellp->name);
|
addr, fidp->volume, cellp->name);
|
||||||
osi_Log3(afsd_logp, "Server %s reported volume %d in cell %s as not in service.",
|
osi_Log3(afsd_logp, "Server %s reported rpc to volume %d in cell %s as not serviced.",
|
||||||
osi_LogSaveString(afsd_logp,addr), fidp->volume, cellp->name);
|
osi_LogSaveString(afsd_logp,addr), fidp->volume, cellp->name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user