From: Nathan Neulinger Date: Tue, 12 Jun 2001 20:44:46 +0000 (+0000) Subject: eliminate-silly-error-in-text-from-vsprocs-20010612 X-Git-Tag: openafs-stable-1_1_0~104 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=97327378612b3374d97efe38070b309405607eef;p=packages%2Fo%2Fopenafs.git eliminate-silly-error-in-text-from-vsprocs-20010612 get rid of an extra space --- 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);