better error message
This commit is contained in:
@@ -267,7 +267,7 @@ count = 0;
|
||||
*/
|
||||
foo = pipe(pipefd);
|
||||
if (foo) {
|
||||
perror("event synth");
|
||||
perror("pipe for event synth");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user