00_ZWCUL.pm: remove debug level

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@10117 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-12-06 20:11:55 +00:00
parent db991c8362
commit e128bba2e5

View File

@@ -191,7 +191,7 @@ ZWCUL_SimpleWrite($$)
return if(!$hash);
my $name = $hash->{NAME};
Log3 $name, 1, "SW: $msg";
Log3 $name, 5, "SW: $msg";
$msg .= "\n";
$hash->{USBDev}->write($msg) if($hash->{USBDev});