From: Derrick Brashear Date: Mon, 9 Sep 2002 18:01:12 +0000 (+0000) Subject: STABLE12-uss-fix-typo-20020909 X-Git-Tag: openafs-stable-1_2_7~17 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=18901e795e9a1ce096e21f48fbac635c2ceb5758;p=packages%2Fo%2Fopenafs.git STABLE12-uss-fix-typo-20020909 reported anonymously (cherry picked from commit 63f25df3ef6cf6f851b8e184510eb49b06441653) --- diff --git a/src/uss/uss_vol.c b/src/uss/uss_vol.c index a43d5c0c6..2af41b803 100644 --- a/src/uss/uss_vol.c +++ b/src/uss/uss_vol.c @@ -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); }