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
72059752
Commit
72059752
authored
May 28, 2004
by
Leigh B. Stoller
Browse files
Make it (slightly) more apparent when swapin is canceled.
parent
54b65833
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/tbswap.in
View file @
72059752
...
...
@@ -259,7 +259,7 @@ elsif ($swapop eq "in") {
}
if
(
$errors
||
$canceled
)
{
print
STDERR
"
Cleaning up after
"
.
(
$
errors
?
"
errors
"
:
"
cancelation
")
.
"
.
\n
";
(
$
canceled
?
"
cancelation
"
:
"
errors
"
)
.
"
.
\n
";
doSwapout
(
CLEANUP
);
}
}
...
...
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