eliminate-silly-error-in-text-from-vsprocs-20010612
authorNathan Neulinger <nneul@umr.edu>
Tue, 12 Jun 2001 20:44:46 +0000 (20:44 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 12 Jun 2001 20:44:46 +0000 (20:44 +0000)
get rid of an extra space

src/volser/vsprocs.c

index 45e3786..526dac1 100644 (file)
@@ -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);