mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
client: remove info log of client app’s exit-code
This commit is contained in:
parent
46d30406be
commit
0b6ec4da71
1 changed files with 0 additions and 2 deletions
2
client.c
2
client.c
|
|
@ -417,8 +417,6 @@ main(int argc, char *const *argv)
|
|||
int exit_code;
|
||||
ssize_t rcvd = recv(fd, &exit_code, sizeof(exit_code), 0);
|
||||
|
||||
LOG_INFO("exit-code=%d", exit_code);
|
||||
|
||||
if (rcvd == -1 && errno == EINTR)
|
||||
xassert(aborted);
|
||||
else if (rcvd != sizeof(exit_code))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue