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
631dedc0
Commit
631dedc0
authored
Jul 09, 2002
by
Robert Ricci
Browse files
Add some '***'s to an error message to make it more visisble.
parent
8897a657
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/frisbeelauncher.in
View file @
631dedc0
...
...
@@ -58,7 +58,7 @@ my $filename = &get_filename($imageid);
# Make sure that the user can read the image file or bomb out right now.
if
(
!
-
R
$filename
)
{
die
("
You do not have permission to read the image file for
\n
"
.
die
("
***
You do not have permission to read the image file for
\n
"
.
"
imageid
$imageid
:
$filename
\n
");
}
...
...
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