* src/bin/common_trans.cc: Fix wording in error message.
This commit is contained in:
parent
1d9ceb8146
commit
83364c636f
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ static void
|
||||||
sig_handler(int sig)
|
sig_handler(int sig)
|
||||||
{
|
{
|
||||||
if (child_pid == 0)
|
if (child_pid == 0)
|
||||||
error(2, 0, "child received signal %d before starting", sig);
|
error(2, 0, "received signal %d before starting child", sig);
|
||||||
|
|
||||||
if (sig == SIGALRM && alarm_on)
|
if (sig == SIGALRM && alarm_on)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue