2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 11:16:36 +00:00

HttpUtils: Changed default loglevel from 1 to 4

git-svn-id: https://svn.fhem.de/fhem/trunk@4260 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-11-22 12:50:29 +00:00
parent c096049a3b
commit 648a5f2144

View File

@ -62,7 +62,7 @@ CustomGetFileFromURL($$@)
{
my ($quiet, $url, $timeout, $data, $noshutdown, $loglevel) = @_;
$timeout = 4.0 if(!defined($timeout));
$loglevel = 1 if(!$loglevel);
$loglevel = 4 if(!$loglevel);
my $redirects= 0;