From: Derrick Brashear Date: Mon, 9 Sep 2002 18:00:40 +0000 (+0000) Subject: uss-fix-typo-20020909 X-Git-Tag: openafs-devel-1_3_50~621 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=63f25df3ef6cf6f851b8e184510eb49b06441653;p=packages%2Fo%2Fopenafs.git uss-fix-typo-20020909 reported anonymously --- diff --git a/src/uss/uss_vol.c b/src/uss/uss_vol.c index a4a2e1dd9..d9964e982 100644 --- a/src/uss/uss_vol.c +++ b/src/uss/uss_vol.c @@ -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); }