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
0bf930c7
Commit
0bf930c7
authored
Jan 04, 2011
by
David Johnson
Browse files
BUG FIX: only print debug info if debug is set!
parent
b7c36a1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libossetup.pm.in
View file @
0bf930c7
...
...
@@ -836,7 +836,8 @@ sub NewType($$)
eval "require libossetup_$type";
$newtype = eval { $packname->New($self); };
if ($@) {
print STDERR "$self NewType($type): module load failed: " . $@ . "\n";
print STDERR "$self NewType($type): module load failed: " . $@ . "\n"
if ($self->debug());
return undef;
}
}
...
...
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