add asynchronous result in log output

This commit is contained in:
2020-10-20 20:07:43 +02:00
parent 8460bc4a3e
commit 6dde3f7152
2 changed files with 4 additions and 4 deletions

View File

@ -395,8 +395,8 @@ sub PollChild {
}
else {
Log3( $name, 4,
"backupToStorage ($name) - got result from asynchronous parsing."
);
"backupToStorage ($name) - got result from asynchronous parsing: "
. $json );
$subprocess->wait();
Log3( $name, 4,
"backupToStorage ($name) - asynchronous finished." );