add asynchronous result in log output
This commit is contained in:
		@@ -1,2 +1,2 @@
 | 
			
		||||
UPD 2020-10-20_15:50:16 6126 FHEM/98_backupToStorage.pm
 | 
			
		||||
UPD 2020-10-20_15:46:35 16005 lib/FHEM/backupToStorage.pm
 | 
			
		||||
UPD 2020-10-20_15:51:15 6126 FHEM/98_backupToStorage.pm
 | 
			
		||||
UPD 2020-10-20_20:07:26 16014 lib/FHEM/backupToStorage.pm
 | 
			
		||||
 
 | 
			
		||||
@@ -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." );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user