From cf0d53b06a42a21238f13d65feb8e5ebf602da4d Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sun, 29 Apr 2012 10:37:35 -0400 Subject: [PATCH] Windows: correct cm_Analyze log message A VNOSERVICE log message takes three parameters and not one. Use the correct log macro. Change-Id: Iedb5e568b7ac39c061c0b70738a5c7ac670d9687 Reviewed-on: http://gerrit.openafs.org/7293 Tested-by: BuildBot Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- src/WINNT/afsd/cm_conn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WINNT/afsd/cm_conn.c b/src/WINNT/afsd/cm_conn.c index a6e61dbf74..f9933cb423 100644 --- a/src/WINNT/afsd/cm_conn.c +++ b/src/WINNT/afsd/cm_conn.c @@ -874,7 +874,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); }