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
ad0c8f7a
Commit
ad0c8f7a
authored
Jul 08, 2013
by
Leigh B Stoller
Browse files
Minor bug fix.
parent
c1f3e90a
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/xmlrpc/protogeni-wrapper.pl.in
View file @
ad0c8f7a
...
...
@@ -344,11 +344,11 @@ if (SiteVarExists($sitevarname)) {
}
elsif
(
lc
(
$MODULE
)
eq
"
ch
")
{
# Do no even bother with logs unless an error or debugging.
$nostorelogs
=
$debug
;
$nostorelogs
=
!
$debug
;
}
elsif
(
lc
(
$MODULE
)
eq
"
sa
")
{
# Do no even bother with logs unless an error or debugging.
$nostorelogs
=
$debug
;
$nostorelogs
=
!
$debug
;
}
elsif
(
lc
(
$MODULE
)
eq
"
emulab
")
{
# XXX Special case, obviously
...
...
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