From 1102232d7e473058dece07dc4fe34eb69bd421cd Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Tue, 9 Nov 2021 13:14:45 +0100 Subject: [PATCH] bugfix syntax error lib/FHEM/Services/backupToStorage.pm --- controls_backupToStorage.txt | 2 +- lib/FHEM/Services/backupToStorage.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/controls_backupToStorage.txt b/controls_backupToStorage.txt index 2bbb504..43d0e1f 100644 --- a/controls_backupToStorage.txt +++ b/controls_backupToStorage.txt @@ -1,2 +1,2 @@ UPD 2021-11-09_13:08:21 6508 FHEM/98_backupToStorage.pm -UPD 2021-11-09_13:06:09 24111 lib/FHEM/Services/backupToStorage.pm +UPD 2021-11-09_13:14:32 24111 lib/FHEM/Services/backupToStorage.pm diff --git a/lib/FHEM/Services/backupToStorage.pm b/lib/FHEM/Services/backupToStorage.pm index 79b5104..4999d6c 100644 --- a/lib/FHEM/Services/backupToStorage.pm +++ b/lib/FHEM/Services/backupToStorage.pm @@ -449,7 +449,7 @@ sub PushToStorage { } Log3( $name, 4, - qq{backupToStorage ($name) - execute command asynchronously (PID="$pid"}) + qq{backupToStorage ($name) - execute command asynchronously (PID="$pid")} ); $hash->{".fhem"}{subprocess} = $subprocess; @@ -512,7 +512,7 @@ sub KeepLastN { } Log3( $name, 4, - qq{backupToStorage ($name) - execute command asynchronously (PID="$pid"}) + qq{backupToStorage ($name) - execute command asynchronously (PID="$pid")} ); $hash->{".fhem"}{subprocess} = $subprocess;