diff --git a/testing/ostest/signest.c b/testing/ostest/signest.c index f7a15938f..3548ee647 100644 --- a/testing/ostest/signest.c +++ b/testing/ostest/signest.c @@ -167,7 +167,8 @@ static int waiter_main(int argc, char *argv[]) ret = sigaction(i, &act, NULL); if (ret < 0) { - printf("waiter_main: WARNING sigaction failed\n" , errno); + printf("waiter_main: WARNING sigaction failed with %d\n", + errno); return EXIT_FAILURE; } }