From: Jeffrey Altman Date: Tue, 24 Aug 2010 20:40:38 +0000 (-0400) Subject: Windows: print the value of cm_OfflineROIsValid to afsd_init.log X-Git-Tag: upstream/1.8.0_pre1^2~4858 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=874c5ca8359d49703f1f37d7fb70204c182d0f86;p=packages%2Fo%2Fopenafs.git Windows: print the value of cm_OfflineROIsValid to afsd_init.log If we say we are printing the value of cm_OfflineROIsValid, do so and not cm_deleteReadOnly. LICENSE MIT Change-Id: I8b0bc73798feea413f8ce79f9965664fc050ef76 Reviewed-on: http://gerrit.openafs.org/2655 Tested-by: BuildBot Reviewed-by: Derrick Brashear Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman --- diff --git a/src/WINNT/afsd/afsd_init.c b/src/WINNT/afsd/afsd_init.c index 854624aea..80d391401 100644 --- a/src/WINNT/afsd/afsd_init.c +++ b/src/WINNT/afsd/afsd_init.c @@ -1229,7 +1229,7 @@ afsd_InitCM(char **reasonP) if (code == ERROR_SUCCESS) { cm_OfflineROIsValid = (unsigned short) dwValue; } - afsi_log("CM OfflineReadOnlyIsValid is %u", cm_deleteReadOnly); + afsi_log("CM OfflineReadOnlyIsValid is %u", cm_OfflineROIsValid); dummyLen = sizeof(DWORD); code = RegQueryValueEx(parmKey, "GiveUpAllCallBacks", NULL, NULL,