93_Log2Syslog: contrib 5.0.1

git-svn-id: https://svn.fhem.de/fhem/trunk@17415 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
DS_Starter
2018-09-27 20:14:59 +00:00
parent 1c535dcb3e
commit 47bdf15b66

View File

@@ -1371,6 +1371,8 @@ sub Log2Syslog_sendTestMsg($$) {
if($own) {
# eigene Testmessage ohne Formatanpassung raw senden
$data = $own;
$pid = $hash->{SEQNO}; # PayloadID zur Nachverfolgung der Eventabfolge
$hash->{SEQNO}++;
} else {
$ts = TimeNow();