change notify log output

This commit is contained in:
Marko Oldenburg 2020-11-09 08:11:54 +01:00
parent 6d01e89d5b
commit 631be8174f
2 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
UPD 2020-11-06_14:06:34 6242 FHEM/98_backupToStorage.pm
UPD 2020-11-09_08:07:09 18936 lib/FHEM/backupToStorage.pm
UPD 2020-11-09_08:11:34 18937 lib/FHEM/backupToStorage.pm

View File

@ -226,7 +226,7 @@ sub Notify {
qq{backupToStorage ($name) -
Devname: $devname
Name: $name
Notify:Dumper $events}
Notify: "Dumper $events"}
); # mit Dumper
PushToStorage($hash)
@ -458,7 +458,7 @@ sub PollChild {
if ( !defined($json) ) {
Log3( $name, 5,
qq{backupToStorage ($name) - still waiting ($subprocess->{lasterror} ").}
qq{backupToStorage ($name) - still waiting ($subprocess->{lasterror}).}
);
InternalTimer( gettimeofday() + 1,