change notify log output
This commit is contained in:
parent
6d01e89d5b
commit
631be8174f
@ -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:07:09 18936 lib/FHEM/backupToStorage.pm
|
UPD 2020-11-09_08:11:34 18937 lib/FHEM/backupToStorage.pm
|
||||||
|
@ -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)
|
||||||
@ -458,7 +458,7 @@ sub PollChild {
|
|||||||
|
|
||||||
if ( !defined($json) ) {
|
if ( !defined($json) ) {
|
||||||
Log3( $name, 5,
|
Log3( $name, 5,
|
||||||
qq{backupToStorage ($name) - still waiting ($subprocess->{lasterror} ").}
|
qq{backupToStorage ($name) - still waiting ($subprocess->{lasterror}).}
|
||||||
);
|
);
|
||||||
|
|
||||||
InternalTimer( gettimeofday() + 1,
|
InternalTimer( gettimeofday() + 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user