missing some effs in fprintf

This commit is contained in:
mazunki 2021-10-30 10:20:26 +02:00
parent f8ddec11e8
commit 26c1897eda

View File

@ -1283,7 +1283,7 @@ static void do_copy(void) {
close(fds[0]);
if (write(fds[1], action, strlen(action)) != 0) {
printf("fd pipe failed to write");
fprintf(stderr, "fd pipe failed to write");
}
close(fds[1]);