aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti/srv/syncindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/venti/srv/syncindex.c')
-rw-r--r--src/cmd/venti/srv/syncindex.c2
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();