Revision 203e4bb6
Added by Ermal LUÇI over 12 years ago
etc/inc/interfaces.inc | ||
---|---|---|
1075 | 1075 |
|
1076 | 1076 |
if (!isset($config['interfaces'][$interface])) |
1077 | 1077 |
return; |
1078 |
log_error("Calling interface down for interface {$interface}, destroy is " . (($destroy) ? 'true' : 'false')); |
|
1078 |
|
|
1079 |
if ($g['debug']) |
|
1080 |
log_error("Calling interface down for interface {$interface}, destroy is " . (($destroy) ? 'true' : 'false')); |
|
1079 | 1081 |
|
1080 | 1082 |
$ifcfg = $config['interfaces'][$interface]; |
1081 | 1083 |
|
Also available in: Unified diff
Do not be so verbose by default this is just needed by a developer at best