add more log output

This commit is contained in:
Marko Oldenburg 2020-10-19 15:27:52 +02:00
parent 8f8e306e85
commit 89b9d579c5
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,2 @@
UPD 2020-10-19_09:18:51 6100 FHEM/98_backupToStorage.pm UPD 2020-10-19_09:19:38 6100 FHEM/98_backupToStorage.pm
UPD 2020-10-16_07:45:48 15726 lib/FHEM/backupToStorage.pm UPD 2020-10-19_15:27:39 15810 lib/FHEM/backupToStorage.pm

View File

@ -325,6 +325,8 @@ sub PushToStorage {
return return
if ( ReadingsAge($name,'fhemBackupFile',1) > 5 ); if ( ReadingsAge($name,'fhemBackupFile',1) > 5 );
Log3( $name, 4, "backupToStorage ($name) - after readings age return" );
require "SubProcess.pm"; require "SubProcess.pm";
my $subprocess = SubProcess->new( { onRun => \&FileUpload } ); my $subprocess = SubProcess->new( { onRun => \&FileUpload } );