[svn-commits] tzafrir: branch tools/2.3 r8961 - in /tools/branches/2.3: ./ xpp/perl_modules...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jul 21 08:44:36 CDT 2010


Author: tzafrir
Date: Wed Jul 21 08:44:33 2010
New Revision: 8961

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8961
Log:
dahdi_genconf: better error message for a bad generator module

Merged revisions 8924 via svnmerge from 
http://svn.digium.com/svn/dahdi/tools/trunk

Modified:
    tools/branches/2.3/   (props changed)
    tools/branches/2.3/xpp/perl_modules/Dahdi/Config/Gen.pm

Propchange: tools/branches/2.3/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Wed Jul 21 08:44:33 2010
@@ -1,1 +1,1 @@
-/tools/trunk:1-8509,8528-8529,8535,8580,8589,8630,8638,8741,8827,8854,8923
+/tools/trunk:1-8509,8528-8529,8535,8580,8589,8630,8638,8741,8827,8854,8923-8924

Modified: tools/branches/2.3/xpp/perl_modules/Dahdi/Config/Gen.pm
URL: http://svnview.digium.com/svn/dahdi/tools/branches/2.3/xpp/perl_modules/Dahdi/Config/Gen.pm?view=diff&rev=8961&r1=8960&r2=8961
==============================================================================
--- tools/branches/2.3/xpp/perl_modules/Dahdi/Config/Gen.pm (original)
+++ tools/branches/2.3/xpp/perl_modules/Dahdi/Config/Gen.pm Wed Jul 21 08:44:33 2010
@@ -231,7 +231,7 @@
 	#print STDERR "DEBUG: $module\n";
 	eval "use $module";
 	if($@) {
-		die "Failed to load configuration generator for '$name'\n";
+		die "Failed to load configuration generator for '$name': $@\n";
 	}
 	my $cfg = $module->new($gconfig, $genopts);
 	$cfg->generate(@spans);




More information about the svn-commits mailing list