[dahdi-commits] tzafrir: linux/trunk r5288 - /linux/trunk/drivers/dahdi/xpp/init_card_2_30

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Mon Nov 10 14:37:52 CST 2008


Author: tzafrir
Date: Mon Nov 10 14:37:52 2008
New Revision: 5288

URL: http://svn.digium.com/view/dahdi?view=rev&rev=5288
Log:
xpp init_card_2_30: no need to check environment in verify mode.

Fixes #13832 in Zaptel.

Modified:
    linux/trunk/drivers/dahdi/xpp/init_card_2_30

Modified: linux/trunk/drivers/dahdi/xpp/init_card_2_30
URL: http://svn.digium.com/view/dahdi/linux/trunk/drivers/dahdi/xpp/init_card_2_30?view=diff&rev=5288&r1=5287&r2=5288
==============================================================================
--- linux/trunk/drivers/dahdi/xpp/init_card_2_30 (original)
+++ linux/trunk/drivers/dahdi/xpp/init_card_2_30 Mon Nov 10 14:37:52 2008
@@ -67,7 +67,7 @@
 }
 
 # Arrange for error logging
-if (-t STDERR) {
+if (-t STDERR || $opts{v}) {
 	$unit_id = 'Interactive';
 	main::debug "Interactive startup";
 } else {




More information about the dahdi-commits mailing list