change output string

This commit is contained in:
Marko Oldenburg 2020-11-09 08:15:01 +01:00
parent 631be8174f
commit 48758f31ab
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -226,7 +226,7 @@ sub Notify {
qq{backupToStorage ($name) - qq{backupToStorage ($name) -
Devname: $devname Devname: $devname
Name: $name Name: $name
Notify: "Dumper $events"} Notify: } . Dumper $events
); # mit Dumper ); # mit Dumper
PushToStorage($hash) PushToStorage($hash)