Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
cb96f568
Commit
cb96f568
authored
Mar 06, 2009
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Quiet a print statement.
parent
91ca943c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
tbsetup/libreboot.pm.in
tbsetup/libreboot.pm.in
+3
-2
No files found.
tbsetup/libreboot.pm.in
View file @
cb96f568
#
!/usr/bin/perl -wT
#
#
EMULAB
-
COPYRIGHT
#
Copyright
(
c
)
2000
-
200
8
University
of
Utah
and
the
Flux
Group
.
#
Copyright
(
c
)
2000
-
200
9
University
of
Utah
and
the
Flux
Group
.
#
All
rights
reserved
.
#
#
node
reboot
library
.
Basically
the
backend
to
the
node_reboot
script
,
but
...
...
@@ -227,7 +227,8 @@ sub nodereboot($$)
my $pnode = $virtnodes{$node};
if (defined($realnodes{$pnode})) {
print "reboot ($node): Dropping since its host $pnode will reboot\n";
print "reboot: Dropping $node since its host $pnode will reboot\n"
if (!$silent);
delete($virtnodes{$node});
}
}
...
...
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