mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
57_CalDav.pm: catch error condition
git-svn-id: https://svn.fhem.de/fhem/trunk@18736 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
2949d0cf68
commit
a2a098bb0c
@ -47,7 +47,7 @@ sub CalDav_Process($$$) {
|
|||||||
my $url = $hash->{URL};
|
my $url = $hash->{URL};
|
||||||
my $options = $hash->{OPTIONS};
|
my $options = $hash->{OPTIONS};
|
||||||
|
|
||||||
unless $data {
|
unless ($data) {
|
||||||
Log3 $hash,1,"CalDav: Maybe this is the wrong way to use your calendar. Try 57_Calendar.pm instead.";
|
Log3 $hash,1,"CalDav: Maybe this is the wrong way to use your calendar. Try 57_Calendar.pm instead.";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user