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
8da2e96a
Commit
8da2e96a
authored
Jun 22, 2010
by
Leigh B Stoller
Browse files
Add a newline to the "Creating Vlan" print statement so that the
output is flushed to the terminal.
parent
68465808
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/snmpit_hp.pm
View file @
8da2e96a
...
...
@@ -658,7 +658,7 @@ sub createVlan($$$) {
my
$RetVal
=
$self
->
hammer
(
$closure
,
"
$id
: creation
");
if
(
!
defined
(
$RetVal
))
{
return
0
;
}
print
"
Creating VLAN
$vlan_id
as VLAN #
$vlan_number
on
"
.
"
$self
->{NAME} ...
";
"
$self
->{NAME} ...
\n
";
# You'ld think you'ld be able to add IgmpSnoopEnable to the above as one
...
...
Write
Preview
Markdown
is supported
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