]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Windows: VNOSERVICE message text
authorJeffrey Altman <jaltman@your-file-system.com>
Mon, 30 Apr 2012 10:18:06 +0000 (06:18 -0400)
committerJeffrey Altman <jaltman@your-file-system.com>
Fri, 7 Dec 2012 00:38:57 +0000 (16:38 -0800)
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>
src/WINNT/afsd/afsd_eventmessages.mc
src/WINNT/afsd/cm_conn.c

index f6ce08bcaf2345c1e66f91f0b18c95793f00b52d..ba84be20d7c5e478e47f97afde85dce0d4385352 100644 (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=
index d3f43133b4479ddc32b71d5ea390b2bd35b6919c..aa50774a8d6cf907d871411dba7225ab84c1d55d 100644 (file)
@@ -840,7 +840,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);
         }