change output string

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

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)