From f5a8ea6fd8908c6f42670b8546239fdbc7fdbf03 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Thu, 2 Jun 2011 09:33:56 -0400 Subject: venti: import changes from plan 9 R=rsc CC=plan9port.codebot http://codereview.appspot.com/4523057 --- src/cmd/venti/srv/syncindex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/venti/srv/syncindex.c') 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(); -- cgit v1.2.3