better error message
This commit is contained in:
parent
11eca2fdc7
commit
18b0fceff4
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user