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:
DS_Starter
2019-07-18 19:14:21 +00:00
parent 1ff097ae77
commit 58e45f6c58

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) {