From 63f25df3ef6cf6f851b8e184510eb49b06441653 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 9 Sep 2002 18:00:40 +0000 Subject: [PATCH] uss-fix-typo-20020909 reported anonymously --- src/uss/uss_vol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uss/uss_vol.c b/src/uss/uss_vol.c index a4a2e1d..d9964e9 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); } -- 1.9.4