mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-28 17:12:32 +00:00
Calendar: Reduced Loglevel from 1 to 5 for GetURLFromFileQuiet
git-svn-id: https://svn.fhem.de/fhem/trunk@5290 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
36eb91933d
commit
6f63e29c09
@ -829,7 +829,7 @@ sub Calendar_GetUpdate($) {
|
|||||||
my $ics;
|
my $ics;
|
||||||
|
|
||||||
if($type eq "url"){
|
if($type eq "url"){
|
||||||
$ics= GetFileFromURLQuiet($url,10,undef,0,1) if($type eq "url");
|
$ics= GetFileFromURLQuiet($url,10,undef,0,5) if($type eq "url");
|
||||||
} elsif($type eq "file") {
|
} elsif($type eq "file") {
|
||||||
if(open(ICSFILE, $url)) {
|
if(open(ICSFILE, $url)) {
|
||||||
while(<ICSFILE>) {
|
while(<ICSFILE>) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user