mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
Change loglevel
git-svn-id: https://svn.fhem.de/fhem/trunk@2602 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
84e77abd70
commit
f40c52be48
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user