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>
Facility=System
SymbolicName=MSG_SERVER_REPORTS_VNOSERVICE
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=
LogEvent(EVENTLOG_WARNING_TYPE, MSG_SERVER_REPORTS_VNOSERVICE,
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);
}