better error message

This commit is contained in:
tth 2020-10-27 09:42:14 +01:00
parent 11eca2fdc7
commit 18b0fceff4
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ count = 0;
*/ */
foo = pipe(pipefd); foo = pipe(pipefd);
if (foo) { if (foo) {
perror("event synth"); perror("pipe for event synth");
exit(1); exit(1);
} }