* src/bin/common_trans.cc: Fix wording in error message.

This commit is contained in:
Alexandre Duret-Lutz 2015-06-01 12:23:24 +02:00
parent 1d9ceb8146
commit 83364c636f

View file

@ -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)
{ {