correct message text to indicate that an rpc has not been serviced.
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>
(cherry picked from commit
c87fe04a61a97d61859684d53bb2d3ef7ee65da8)
Change-Id: I71fdb47e2ff0f1632b6534f890eed185d8b32ea4
Reviewed-on: http://gerrit.openafs.org/8621
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.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);
}