Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
0097aa40
Commit
0097aa40
authored
Apr 01, 2004
by
Mike Hibler
Browse files
Make a log entry when we turn verbose on/off via a signal
parent
3d88510f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmcd/tmcd.c
View file @
0097aa40
...
...
@@ -329,6 +329,8 @@ setverbose(int sig)
verbose
=
1
;
else
verbose
=
0
;
info
(
"verbose logging turned %s
\n
"
,
verbose
?
"on"
:
"off"
);
/* Just the parent sends this */
if
(
numchildren
)
killpg
(
0
,
sig
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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