From 97327378612b3374d97efe38070b309405607eef Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Tue, 12 Jun 2001 20:44:46 +0000 Subject: [PATCH] eliminate-silly-error-in-text-from-vsprocs-20010612 get rid of an extra space --- src/volser/vsprocs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/volser/vsprocs.c b/src/volser/vsprocs.c index 45e37864a..526dac114 100644 --- a/src/volser/vsprocs.c +++ b/src/volser/vsprocs.c @@ -1021,7 +1021,7 @@ UV_MoveVolume(afromvol, afromserver, afrompart, atoserver, atopart) * clone the read/write volume locally. * ***/ - if (verbose) fprintf(STDOUT,"Starting transaction on source volume %u ...",afromvol); + if (verbose) fprintf(STDOUT,"Starting transaction on source volume %u ...",afromvol); fflush(STDOUT); code = AFSVolTransCreate(fromconn, afromvol, afrompart, ITBusy, &fromtid); ONERR (code, "Failed to create transaction on the volume %u\n", afromvol); -- 2.39.5