summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdrivers/dahdi/xpp/init_card_2_302
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/xpp/init_card_2_30 b/drivers/dahdi/xpp/init_card_2_30
index c5c785d..13a28cf 100755
--- a/drivers/dahdi/xpp/init_card_2_30
+++ b/drivers/dahdi/xpp/init_card_2_30
@@ -67,7 +67,7 @@ sub debug {
}
# Arrange for error logging
-if (-t STDERR) {
+if (-t STDERR || $opts{v}) {
$unit_id = 'Interactive';
main::debug "Interactive startup";
} else {