texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert): improve


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert): improve verbose message
Date: Tue, 09 Aug 2022 10:18:32 -0400

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new de51eab37b * tp/Texinfo/Convert/HTML.pm (_convert): improve verbose 
message
de51eab37b is described below

commit de51eab37bc29a7293b3c70012a03b9c55fd37b5
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Aug 9 16:17:58 2022 +0200

    * tp/Texinfo/Convert/HTML.pm (_convert): improve verbose message
---
 tp/Texinfo/Convert/HTML.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tp/Texinfo/Convert/HTML.pm b/tp/Texinfo/Convert/HTML.pm
index 76d1406ba2..2a1c76a5fa 100644
--- a/tp/Texinfo/Convert/HTML.pm
+++ b/tp/Texinfo/Convert/HTML.pm
@@ -10232,7 +10232,7 @@ sub _convert($$;$)
       }
       return $result;
     } else {
-      print STDERR "Unknown command `$command_name'\n"
+      print STDERR "Command not converted: $command_name\n"
        if ($self->get_conf('VERBOSE') or $self->get_conf('DEBUG'));
       return '';
     }



reply via email to

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