Windows: Fix cm_UpdateVolumeStatusInt log message
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 23 Jul 2009 14:12:02 +0000 (10:12 -0400)
committerJeffrey Altman <jaltman@openafs.org>
Thu, 23 Jul 2009 14:18:04 +0000 (07:18 -0700)
In the server "down" case, the log message reported "online".
Fix that to avoid confusion while debugging.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/194
Tested-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>

src/WINNT/afsd/cm_volume.c

index bafc02e..fe84a41 100644 (file)
@@ -1377,7 +1377,7 @@ cm_UpdateVolumeStatusInt(cm_volume_t *volp, struct cm_vol_state *statep)
                     allBusy = 0;
                 }
             } else {
-                osi_Log2(afsd_logp, "cm_UpdateVolumeStatusInt volume %d server reference %s online", 
+                osi_Log2(afsd_logp, "cm_UpdateVolumeStatusInt volume %d server reference %s down", 
                           statep->ID, osi_LogSaveString(afsd_logp,addr));
             }
             cm_PutServerNoLock(tsp);