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
a241b8b6
Commit
a241b8b6
authored
Feb 20, 2017
by
Leigh B Stoller
Browse files
Minor debugging change.
parent
5ec293b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
apt/manage_reservations.in
View file @
a241b8b6
...
...
@@ -575,7 +575,7 @@ sub DoSystemInfo()
$webtask
->
Exited
(
-
1
);
}
else
{
print
STDERR
$response
->
output
()
.
"
\n
";
print
STDERR
"
$authority
:
"
.
$response
->
output
()
.
"
\n
";
}
return
-
1
;
}
...
...
@@ -623,7 +623,7 @@ sub DoSystemInfo()
$wtask
->
Refresh
();
if
(
$code
)
{
$errmsg
=
$wtask
->
output
();
$errmsg
=
"
$auth
:
"
.
$wtask
->
output
();
goto
bad
;
}
$blob
->
{
$auth
->
urn
()}
=
$wtask
->
value
();
...
...
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