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
c04469e0
Commit
c04469e0
authored
Feb 08, 2011
by
Leigh B Stoller
Browse files
Minor fix to print statement.
parent
03d05ee9
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/lib/GeniAggregate.pm.in
View file @
c04469e0
...
...
@@ -783,7 +783,7 @@ sub Start($$$)
}
my $reservation = $node->Reservation();
if (!defined($reservation)) {
print STDERR "$node no long belongs to $self\n";
print STDERR "$node no long
er
belongs to $self\n";
return -1;
}
if ($reservation->SameExperiment($experiment)) {
...
...
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