[Po4a-devel][CVS] po4a/lib/Locale/Po4a Chooser.pm,1.12,1.13

Martin Quinson po4a-devel@lists.alioth.debian.org
Fri, 16 Jul 2004 04:13:41 +0000


Update of /cvsroot/po4a/po4a/lib/Locale/Po4a
In directory haydn:/tmp/cvs-serv12590/lib/Locale/Po4a

Modified Files:
	Chooser.pm 
Log Message:
verbose<0 means quiet

Index: Chooser.pm
===================================================================
RCS file: /cvsroot/po4a/po4a/lib/Locale/Po4a/Chooser.pm,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- Chooser.pm	16 Jul 2004 04:10:29 -0000	1.12
+++ Chooser.pm	16 Jul 2004 04:13:39 -0000	1.13
@@ -39,7 +39,7 @@
         eval qq{use Locale::Po4a::$modname};
         if ($@) {
             warn sprintf(gettext("Unknown format type: %s."), $module)."\n";
-	    warn sprintf(gettext("Module loading error: %s"), $@)."\n" if $options{'verbose'};
+	    warn sprintf(gettext("Module loading error: %s"), $@)."\n" if $options{'verbose'} > 0;
             list(1);
         }
     }