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-stable
Commits
6c32b26e
Commit
6c32b26e
authored
Jan 05, 2010
by
Leigh B. Stoller
Browse files
Oops, remove extra newline in print output.
parent
9510fdcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
event/stated/stated.in
View file @
6c32b26e
...
...
@@ -1549,7 +1549,7 @@ sub info($) {
# Print out log entries like this:
# Sep 20 09:36:00 [238]: Reloading state from database
print
strftime
("
%b %e %H:%M:%S
",
localtime
)
.
"
[$$]:
$message
\n
";
print
strftime
("
%b %e %H:%M:%S
",
localtime
)
.
"
[$$]:
$message
";
}
sub
restart_wrap
{
$sigrestart
=
1
;
}
...
...
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