Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
753e6baa
Commit
753e6baa
authored
Jun 22, 2016
by
Francesc Guasch
Browse files
show data of the request when debugging
parent
2101a9bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
753e6baa
...
...
@@ -392,6 +392,7 @@ sub process_requests {
$sth
->
execute
;
while
(
my
(
$id
)
=
$sth
->
fetchrow
)
{
my
$req
=
Ravada::
Request
->
open
(
$id
);
warn
"
executing request
"
.
$req
.
"
"
.
Dumper
(
$req
)
if
$DEBUG
;
$self
->
_execute
(
$req
);
warn
$req
->
status
()
if
$DEBUG
;
}
...
...
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