]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-uss-fix-typo-20020909
authorDerrick Brashear <shadow@dementia.org>
Mon, 9 Sep 2002 18:01:12 +0000 (18:01 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 9 Sep 2002 18:01:12 +0000 (18:01 +0000)
reported anonymously

(cherry picked from commit 63f25df3ef6cf6f851b8e184510eb49b06441653)

src/uss/uss_vol.c

index a43d5c0c65f185d4ad6c3b902a33df16d2cc53b9..2af41b8034397ea539186133c8e3e8450b53e13b 100644 (file)
@@ -1114,7 +1114,7 @@ afs_int32 uss_vol_GetVolInfoFromMountPoint(a_mountpoint)
      */
     MapHostToNetwork(&vldbEntry);
     if (vldbEntry.volumeId[RWVOL] != volID) {
-       printf("s: Volume '%s' (ID %d) is not a read/write volume!!\n",
+       printf("%s: Volume '%s' (ID %d) is not a read/write volume!!\n",
               uss_whoami, uss_Volume, volID);
        return(-1);
     }