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
13e8bb38
Commit
13e8bb38
authored
Jan 04, 2011
by
David Johnson
Browse files
BUG FIX: remove more unsightly debug lint.
parent
0bf930c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/libossetup.pm.in
View file @
13e8bb38
...
...
@@ -836,15 +836,15 @@ sub NewType($$)
eval "require libossetup_$type";
$newtype = eval { $packname->New($self); };
if ($@) {
print STDERR "$self NewType($type): module load failed: " . $@ . "\n"
if ($self->debug());
#
print STDERR "$self NewType($type): module load failed: " . $@ . "\n"
#
if ($self->debug());
return undef;
}
}
$self->{'
TYPECACHE
'}->{$type} = $newtype;
print STDERR "Created type object $type with parent $self\n"
if ($self->debug());
#
print STDERR "Created type object $type with parent $self\n"
#
if ($self->debug());
return $newtype;
}
...
...
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