Change loglevel
git-svn-id: https://svn.fhem.de/fhem/trunk@2602 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -381,7 +381,7 @@ CommandUsb($$)
|
|||||||
$culType = "CUL_V2" if($lsusb =~ m/03eb:2ffa/);
|
$culType = "CUL_V2" if($lsusb =~ m/03eb:2ffa/);
|
||||||
if($culType) {
|
if($culType) {
|
||||||
$msg = "$culType: flash it with: CULflash none $culType";
|
$msg = "$culType: flash it with: CULflash none $culType";
|
||||||
Log 4, $msg; $ret .= $msg . "\n";
|
Log 2, $msg; $ret .= $msg . "\n";
|
||||||
if(!$scan) {
|
if(!$scan) {
|
||||||
AnalyzeCommand(undef, "culflash none $culType"); # Enable autoload
|
AnalyzeCommand(undef, "culflash none $culType"); # Enable autoload
|
||||||
sleep(4); # Leave time for linux to load th drivers
|
sleep(4); # Leave time for linux to load th drivers
|
||||||
|
|||||||
Reference in New Issue
Block a user