uss-fix-typo-20020909

reported anonymously
This commit is contained in:
Derrick Brashear 2002-09-09 18:00:40 +00:00
parent 5f934052df
commit 63f25df3ef

View 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);
}