|
@@ -66,6 +66,7 @@ class chctl
|
|
|
foreach ($names as $name)
|
|
|
{
|
|
|
$key = $this->prefix($name,$spec,$card_type,$quality);
|
|
|
+ Log::record("chctl::match key={$key}",Log::DEBUG);
|
|
|
if(array_key_exists($key,$this->mSpeedtable)) {
|
|
|
$ctl_items[] = $this->mSpeedtable[$key];
|
|
|
}
|