2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 18:59:33 +00:00

93_Log2Syslog: contrib 5.6.3

git-svn-id: https://svn.fhem.de/fhem/trunk@19851 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
nasseeder1 2019-07-18 19:14:21 +00:00
parent ec3934319f
commit c4a76b2f88

View File

@ -488,8 +488,7 @@ sub Log2Syslog_Read($@) {
Log2Syslog_Log3slog ($hash, 5, "Log2Syslog $name -> LEN$i: $mlen, MSG$i: $msg, TAIL$i: $tail");
}
} else {
chomp $data;
push @load, $data;
@load = split("[\r\n]",$data);
}
foreach my $line (@load) {