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
9aae71fa
Commit
9aae71fa
authored
Jul 18, 2003
by
Leigh B. Stoller
Browse files
Fix error print for vnodes.
parent
4807e725
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/os_setup.in
View file @
9aae71fa
...
...
@@ -713,9 +713,9 @@ elsif (@vnodelist) {
}
print
"
OS Setup Done.
\n
";
print
"
*** There were
$failed
failed nodes
\n
"
print
"
*** There were
$failed
failed nodes
\n
"
if
(
$failed
);
print
"
*** There were
$failed
failed virtual nodes
\n
"
print
"
*** There were
$failed
vnodes
failed virtual nodes
\n
"
if
(
$failedvnodes
);
TBDebugTimeStamp
("
os_setup finished
");
...
...
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