git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9a158cd
)
eliminate-silly-error-in-text-from-vsprocs-20010612
author
Nathan Neulinger
<nneul@umr.edu>
Tue, 12 Jun 2001 20:44:46 +0000 (20:44 +0000)
committer
Derrick 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
patch
|
blob
|
history
diff --git
a/src/volser/vsprocs.c
b/src/volser/vsprocs.c
index
45e3786
..
526dac1
100644
(file)
--- 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);