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
5fc0dde5
Commit
5fc0dde5
authored
Jul 11, 2008
by
Leigh B. Stoller
Browse files
Quiet another debugging print statement.
parent
1cf3aeba
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/Lan.pm.in
View file @
5fc0dde5
...
...
@@ -353,7 +353,8 @@ sub CompareVlansWithSwitches($$$)
my
$
vlan
=
VLan
->
Lookup
($
experiment
,
$
vname
);
if
(
!defined($vlan) || $vlan->type ne "vlan") {
print
STDERR
"$vname is not right!
\n
"
;
print
STDERR
"$vname is not a vlan!
\n
"
if
(
defined
($
vlan
));
push
(@
changed
,
$
oldid
);
next
;
}
...
...
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