Commit c3e0b952 authored by Dietmar Maurer's avatar Dietmar Maurer

log handle_spice_proxy_request() errors to syslog

parent 60172a93
...@@ -621,6 +621,7 @@ sub handle_spice_proxy_request { ...@@ -621,6 +621,7 @@ sub handle_spice_proxy_request {
}; };
}; };
if (my $err = $@) { if (my $err = $@) {
warn $err;
$self->log_aborted_request($reqstate, $err); $self->log_aborted_request($reqstate, $err);
$self->client_do_disconnect($reqstate); $self->client_do_disconnect($reqstate);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment