Skip to content

Commit

Permalink
Improve formatting of error
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmarples committed Oct 1, 2024
1 parent 0051112 commit 47e2a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/privsep.c
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ ps_recvpsmsg(struct dhcpcd_ctx *ctx, int fd, unsigned short events,

len = read(fd, &psm, sizeof(psm));
#ifdef PRIVSEP_DEBUG
logdebugx("%s: %zd", __func__, len);
logdebugx("%s: fd=%d %zd", __func__, fd, len);
#endif

if (len == -1 || len == 0)
Expand Down

0 comments on commit 47e2a36

Please sign in to comment.