2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-25 03:44:52 +00:00

fhem.pl: testing the new SVN repo

git-svn-id: https://svn.fhem.de/fhem/trunk@27302 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
svc8083 2023-03-05 17:57:23 +00:00
parent 527e267b2b
commit 439c748f01

View File

@ -306,7 +306,7 @@ my %sleepers; # list of sleepers
my %delayedShutdowns; # definitions needing delayed shutdown
my %fuuidHash; # for duplicate checking
my $globalUniqueID; # cache it
my $LOG; # log file handle, formerly LOG
my $LOG; # Log file handle, formerly LOG
my $readytimeout = ($^O eq "MSWin32") ? 0.1 : 5.0;