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
187888d0
Commit
187888d0
authored
Nov 08, 2001
by
Robert Ricci
Browse files
Chnage an error message to print the name of the logfile, rather than the
location to logfile would be copied to.
parent
ec239ff0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/savelogs.in
View file @
187888d0
...
...
@@ -77,7 +77,7 @@ while (@row = $sth->fetchrow) {
print
"
Copying
$runfile
to
$savefile
...
\n
";
# Test to make sure the .run file exists
if
(
!
(
-
e
$runfile
&&
-
r
$runfile
)
)
{
warn
"
Warning:
$
save
file
does not exist or is not
"
.
warn
"
Warning:
$
run
file
does not exist or is not
"
.
"
readable, skipping.
\n
";
next
;
}
...
...
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