2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 22:26:04 +00:00

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:
nasseeder1 2018-09-27 20:14:59 +00:00
parent 8c542b1c69
commit 10512b11c8

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();