Skip to content
GitLab
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
731f2312
Commit
731f2312
authored
Sep 13, 2006
by
Leigh B. Stoller
Browse files
Minor bugfix to previous revision.
parent
77994483
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/spewevents.in
View file @
731f2312
...
...
@@ -166,8 +166,8 @@ sub callbackFunc($$$) {
$arguments
=~
s/\s+$//
;
$string
.=
"
$arguments
";
$string
.=
"
\n
";
}
$string
.=
"
\n
";
my
$rval
=
syswrite
(
STDOUT
,
$string
);
...
...
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