diff options
| author | David du Colombier <0intro@gmail.com> | 2011-06-02 09:33:56 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2011-06-02 09:33:56 -0400 |
| commit | f5a8ea6fd8908c6f42670b8546239fdbc7fdbf03 (patch) | |
| tree | f9e6abdcd5c651adf191f8a9b2dd9655404313a9 /src/cmd/venti/srv/syncindex.c | |
| parent | 7fb06adf54aa6e47974673dcdeb328780927b8e6 (diff) | |
| download | plan9port-f5a8ea6fd8908c6f42670b8546239fdbc7fdbf03.tar.gz plan9port-f5a8ea6fd8908c6f42670b8546239fdbc7fdbf03.zip | |
venti: import changes from plan 9
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4523057
Diffstat (limited to 'src/cmd/venti/srv/syncindex.c')
| -rw-r--r-- | src/cmd/venti/srv/syncindex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/venti/srv/syncindex.c b/src/cmd/venti/srv/syncindex.c index 8f521558..6bf996ae 100644 --- a/src/cmd/venti/srv/syncindex.c +++ b/src/cmd/venti/srv/syncindex.c @@ -56,7 +56,7 @@ threadmain(int argc, char *argv[]) if(verbose) printindex(2, mainindex); if(syncindex(mainindex) < 0) - sysfatal("failed to sync index=%s: %r\n", mainindex->name); + sysfatal("failed to sync index=%s: %r", mainindex->name); flushicache(); flushdcache(); |
