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:
fhemupdate
2023-03-05 17:57:23 +00:00
parent 167049a633
commit 14b3abd3ee

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;