*** empty log message ***

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@781 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2010-12-27 09:39:28 +00:00
parent c6fd771ae5
commit 00c31b628f
2 changed files with 3 additions and 18 deletions

View File

@@ -913,6 +913,7 @@ CUL_SimpleWrite(@)
}
$msg .= "\n" unless($nonl);
Log 1, "SW: $msg";
$hash->{USBDev}->write($msg . "\n") if($hash->{USBDev});
syswrite($hash->{TCPDev}, $msg) if($hash->{TCPDev});