We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1aaf149 + 87d01c8 commit 1ff8856Copy full SHA for 1ff8856
1 file changed
credential-store.c
@@ -64,8 +64,7 @@ static void rewrite_credential_file(const char *fn, struct credential *c,
64
print_line(extra);
65
parse_credential_file(fn, c, NULL, print_line);
66
if (commit_lock_file(&credential_lock) < 0)
67
- die_errno("unable to write credential store: %s",
68
- strerror(errno));
+ die_errno("unable to write credential store");
69
}
70
71
static void store_credential_file(const char *fn, struct credential *c)
0 commit comments