uss-fix-typo-20020909
authorDerrick Brashear <shadow@dementia.org>
Mon, 9 Sep 2002 18:00:40 +0000 (18:00 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 9 Sep 2002 18:00:40 +0000 (18:00 +0000)
reported anonymously

src/uss/uss_vol.c

index a4a2e1d..d9964e9 100644 (file)
@@ -1122,7 +1122,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);
     }