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
91cb6517
Commit
91cb6517
authored
Jul 22, 2011
by
Leigh B Stoller
Browse files
Another debugging tweak.
parent
08226e28
Changes
1
Hide whitespace changes
Inline
Side-by-side
protogeni/xmlrpc/protogeni-wrapper.pl.in
View file @
91cb6517
...
...
@@ -332,7 +332,9 @@ if ($MODULE eq "cm" || $MODULE eq $AM_MODULE) {
$debug
=
0
;
}
# Happens too often and not interesting
if
(
$method
eq
"
Resolve
"
||
$method
eq
"
GetVersion
")
{
if
(
$method
eq
"
Resolve
"
||
$method
eq
"
SliverStatus
"
||
$method
eq
"
GetVersion
")
{
$debug
=
0
;
}
# We always want as much data as possible for these.
...
...
Write
Preview
Markdown
is supported
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