1686
1692
fprintf_plus(stderr, "Warning: network hook \"%s\" exited"
1687
1693
" with status %d\n", direntry->d_name,
1691
1698
} else if(WIFSIGNALED(status)){
1692
1699
fprintf_plus(stderr, "Warning: network hook \"%s\" died by"
1693
1700
" signal %d\n", direntry->d_name,
1697
1705
fprintf_plus(stderr, "Warning: network hook \"%s\""
1698
1706
" crashed\n", direntry->d_name);
1703
1713
fprintf_plus(stderr, "Network hook \"%s\" ran successfully\n",