Author: af
Date: Fri Nov  1 09:54:58 2013
New Revision: 1537879

URL: http://svn.apache.org/r1537879
Log:
123595: Use print instead of printf when text is to be printed verbatim.

Modified:
    openoffice/trunk/main/solenv/bin/modules/installer/epmfile.pm

Modified: openoffice/trunk/main/solenv/bin/modules/installer/epmfile.pm
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/solenv/bin/modules/installer/epmfile.pm?rev=1537879&r1=1537878&r2=1537879&view=diff
==============================================================================
--- openoffice/trunk/main/solenv/bin/modules/installer/epmfile.pm (original)
+++ openoffice/trunk/main/solenv/bin/modules/installer/epmfile.pm Fri Nov  1 
09:54:58 2013
@@ -2549,7 +2549,7 @@ sub create_packages_without_epm
                        {
                                # if ( $i < $maxrpmcalls ) { $rpmoutput[$j] =~ 
s/\bERROR\b/PROBLEM/ig; }
                                $rpmoutput[$j] =~ s/\bERROR\b/PROBLEM/ig;
-                $installer::logger::Lang->printf($rpmoutput[$j]);
+                $installer::logger::Lang->print($rpmoutput[$j]);
                        }
                        
                        if ($returnvalue)
@@ -2596,7 +2596,7 @@ sub create_packages_without_epm
 
                 foreach my $line (@helperrpmoutput)
                 {
-                    $installer::logger::Lang->printf($helperrpmoutput[$j]);
+                    $installer::logger::Lang->print($helperrpmoutput[$j]);
                 }
                        
                                if ($helperreturnvalue)


Reply via email to