viced: fix incorrect error message
[openafs.git] / src / viced / viced.c
index ef0fe5a..8bca993 100644 (file)
@@ -1849,7 +1849,7 @@ InitVL(void)
     code = vl_Initialize(AFSDIR_SERVER_ETC_DIRPATH);
     if (code != 0) {
        ViceLog(0,
-               ("Couldn't initialize protection library; code=%d.\n", code));
+               ("Couldn't initialize volume location library; code=%d.\n", code));
        return code;
     }