TT#56463 fix string concat in log msg

Change-Id: I044992ec2e7d6c0d417c8ebe80fb1e4eb4b6aa29
changes/66/29066/3
Rene Krenn 7 years ago
parent 5e63be9b93
commit e6a6799f1a

@ -63,7 +63,7 @@ $logger_config = $panel_config unless(defined $logger_config);
sub handle_unicode_encoding_exception {
my ($self, $exception_context) = @_;
$self->log->debug(">> handle_unicode_encoding_exception: ", $exception_context->{error_msg});
$self->log->debug(">> handle_unicode_encoding_exception: " . $exception_context->{error_msg});
return $exception_context->{param_value};
}

Loading…
Cancel
Save