texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[5233] * tp/init/tex4ht.pm (tex4ht_process_command): correct


From: Patrice Dumas
Subject: [5233] * tp/init/tex4ht.pm (tex4ht_process_command): correct
Date: Mon, 11 Mar 2013 20:01:26 +0000

Revision: 5233
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5233
Author:   pertusus
Date:     2013-03-11 20:01:24 +0000 (Mon, 11 Mar 2013)
Log Message:
-----------
        * tp/init/tex4ht.pm (tex4ht_process_command): correct
        the warning, it should also give the reason of the error.
        Follow-up on Benno Schulenberg report.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/tp/init/tex4ht.pm

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2013-03-11 18:31:12 UTC (rev 5232)
+++ trunk/ChangeLog     2013-03-11 20:01:24 UTC (rev 5233)
@@ -1,3 +1,9 @@
+2013-03-11  Patrice Dumas  <address@hidden>
+
+       * tp/init/tex4ht.pm (tex4ht_process_command): correct
+       the warning, it should also give the reason of the error.
+       Follow-up on Benno Schulenberg report.
+
 2013-03-08  Karl Berry  <address@hidden>
 
        * pretest 5.0.91.

Modified: trunk/tp/init/tex4ht.pm
===================================================================
--- trunk/tp/init/tex4ht.pm     2013-03-11 18:31:12 UTC (rev 5232)
+++ trunk/tp/init/tex4ht.pm     2013-03-11 20:01:24 UTC (rev 5233)
@@ -264,7 +264,7 @@
   # extract the html from the file created by tex4ht
   my $html_basefile = $commands{$command}->{'html_file'};
   unless (open (TEX4HT_HTMLFILE, $html_basefile)) {
-    $self->document_warn(sprintf($self->__("tex4ht.pm: could not open %s"), 
+    $self->document_warn(sprintf($self->__("tex4ht.pm: could not open %s: 
%s"), 
                                   $html_basefile, $!));
     return 1;
   }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]