Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
83364c63
Commit
83364c63
authored
Jun 01, 2015
by
Alexandre Duret-Lutz
Browse files
* src/bin/common_trans.cc: Fix wording in error message.
parent
1d9ceb81
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/common_trans.cc
View file @
83364c63
...
...
@@ -301,7 +301,7 @@ static void
sig_handler
(
int
sig
)
{
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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment