Skip to content

Commit

Permalink
Merge pull request #123 from libcheck/message
Browse files Browse the repository at this point in the history
Update 'no messaging setup' message
  • Loading branch information
brarcher authored May 13, 2017
2 parents 4d524a9 + 78ad1ac commit fe58e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/check_msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static FILE *get_pipe(void)
return send_file1;
}

eprintf("No messaging setup", __FILE__, __LINE__);
eprintf("Unable to report test progress or a failure; was an ck_assert or ck_abort function called while not running tests?", __FILE__, __LINE__);

return NULL;
}
Expand Down

0 comments on commit fe58e32

Please sign in to comment.