[zaptel-commits] tzafrir: branch 1.4 r4578 - /branches/1.4/kernel/xpp/init_card_2_30

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Mon Nov 10 14:41:54 CST 2008


Author: tzafrir
Date: Mon Nov 10 14:41:54 2008
New Revision: 4578

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

Fixes #13832 in Zaptel.

Modified:
    branches/1.4/kernel/xpp/init_card_2_30

Modified: branches/1.4/kernel/xpp/init_card_2_30
URL: http://svn.digium.com/view/zaptel/branches/1.4/kernel/xpp/init_card_2_30?view=diff&rev=4578&r1=4577&r2=4578
==============================================================================
--- branches/1.4/kernel/xpp/init_card_2_30 (original)
+++ branches/1.4/kernel/xpp/init_card_2_30 Mon Nov 10 14:41:54 2008
@@ -66,7 +66,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 zaptel-commits mailing list