summaryrefslogtreecommitdiff
path: root/sys/src/cmd/auth/secstore/secstored.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/src/cmd/auth/secstore/secstored.c')
-rw-r--r--sys/src/cmd/auth/secstore/secstored.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/auth/secstore/secstored.c b/sys/src/cmd/auth/secstore/secstored.c
index 67955a231..84f0c9d2b 100644
--- a/sys/src/cmd/auth/secstore/secstored.c
+++ b/sys/src/cmd/auth/secstore/secstored.c
@@ -143,7 +143,7 @@ putfile(SConn *conn, char *id, char *pf)
snprint(s, Maxmsg, "%s/store/%s/%s", SECSTORE_DIR, id, pf);
pd = create(s, OWRITE, 0660);
if(pd < 0){
- syslog(0, LOG, "can't open %s: %r\n", s);
+ syslog(0, LOG, "can't open %s: %r", s);
return -1;
}
while(len > 0){