texinfo-commits
[Top][All Lists]
Advanced

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

[no subject]


From: Patrice Dumas
Date: Sat, 12 Oct 2024 02:36:10 -0400 (EDT)

branch: master
commit f2f4540d239766b879126be9f4541183e56b2d80
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sat Oct 12 08:36:01 2024 +0200

    * tp/Texinfo/XS/convert/html_prepare_converter.c
    (html_initialize_output_state): add end of line to debug message.
---
 ChangeLog                                      | 5 +++++
 tp/Texinfo/XS/convert/html_prepare_converter.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 865b9bb8fc..52ae5e81b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-12  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/XS/convert/html_prepare_converter.c
+       (html_initialize_output_state): add end of line to debug message.
+
 2024-10-11  Gavin Smith <gavinsmith0123@gmail.com>
 
        CHECK_HTMLXREF on by default.
diff --git a/tp/Texinfo/XS/convert/html_prepare_converter.c 
b/tp/Texinfo/XS/convert/html_prepare_converter.c
index 1148d87aa5..7a4dd0fbd8 100644
--- a/tp/Texinfo/XS/convert/html_prepare_converter.c
+++ b/tp/Texinfo/XS/convert/html_prepare_converter.c
@@ -2528,7 +2528,7 @@ html_initialize_output_state (CONVERTER *self, const char 
*context)
 
   if (!self->document && self->conf->DEBUG.o.integer > 0)
     {
-      fprintf (stderr, "REMARK: html_initialize_output_state: no document");
+      fprintf (stderr, "REMARK: html_initialize_output_state: no document\n");
     }
 
   /* corresponds with default_no_arg_commands_formatting



reply via email to

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