Change loglevel

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2602 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2013-01-30 10:44:33 +00:00
parent cdd8a36e21
commit 9f273efab1

View File

@@ -381,7 +381,7 @@ CommandUsb($$)
$culType = "CUL_V2" if($lsusb =~ m/03eb:2ffa/);
if($culType) {
$msg = "$culType: flash it with: CULflash none $culType";
Log 4, $msg; $ret .= $msg . "\n";
Log 2, $msg; $ret .= $msg . "\n";
if(!$scan) {
AnalyzeCommand(undef, "culflash none $culType"); # Enable autoload
sleep(4); # Leave time for linux to load th drivers