add more log output

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

View File

@ -324,6 +324,8 @@ sub PushToStorage {
return
if ( ReadingsAge($name,'fhemBackupFile',1) > 5 );
Log3( $name, 4, "backupToStorage ($name) - after readings age return" );
require "SubProcess.pm";