From: Jeffrey Altman Date: Sun, 29 Apr 2012 14:37:35 +0000 (-0400) Subject: Windows: correct cm_Analyze log message X-Git-Tag: upstream/1.6.2_pre2^2~59 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=82ba50932198f4bc7b0770b062a25dd5c31b4bf7;p=packages%2Fo%2Fopenafs.git Windows: correct cm_Analyze log message A VNOSERVICE log message takes three parameters and not one. Use the correct log macro. Reviewed-on: http://gerrit.openafs.org/7293 Tested-by: BuildBot Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman (cherry picked from commit cf0d53b06a42a21238f13d65feb8e5ebf602da4d) Change-Id: I71851a8b82eb28be2338a127f777a3e432945a78 Reviewed-on: http://gerrit.openafs.org/8620 Tested-by: BuildBot Reviewed-by: Jeffrey Altman --- diff --git a/src/WINNT/afsd/cm_conn.c b/src/WINNT/afsd/cm_conn.c index 00edbbaee..d3f43133b 100644 --- a/src/WINNT/afsd/cm_conn.c +++ b/src/WINNT/afsd/cm_conn.c @@ -840,7 +840,7 @@ cm_Analyze(cm_conn_t *connp, LogEvent(EVENTLOG_WARNING_TYPE, MSG_SERVER_REPORTS_VNOSERVICE, addr, fidp->volume, cellp->name); - osi_Log1(afsd_logp, "Server %s reported volume %d in cell %s as not in service.", + osi_Log3(afsd_logp, "Server %s reported volume %d in cell %s as not in service.", osi_LogSaveString(afsd_logp,addr), fidp->volume, cellp->name); }