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:
Jeffrey Altman 2012-04-30 06:18:06 -04:00 committed by Jeffrey Altman
parent 50752e2f60
commit c87fe04a61
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ Severity=Warning
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=

View File

@ -874,7 +874,7 @@ cm_Analyze(cm_conn_t *connp,
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);
}