texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: tp/Texinfo/Common.pm (debug_print_element_short):


From: Patrice Dumas
Subject: branch master updated: tp/Texinfo/Common.pm (debug_print_element_short): fix debug messages
Date: Sat, 24 Dec 2022 18:02:33 -0500

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 e2c607b0a4 tp/Texinfo/Common.pm (debug_print_element_short): fix debug 
messages
e2c607b0a4 is described below

commit e2c607b0a43b50a536717a7384918c55425e7efa
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Sun Dec 25 00:02:02 2022 +0100

    tp/Texinfo/Common.pm (debug_print_element_short): fix debug messages
---
 tp/Texinfo/Common.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tp/Texinfo/Common.pm b/tp/Texinfo/Common.pm
index ddd17ad6b9..0826f1ca0c 100644
--- a/tp/Texinfo/Common.pm
+++ b/tp/Texinfo/Common.pm
@@ -2222,10 +2222,10 @@ sub debug_print_element_short($;$)
   my $print_parent = shift;
 
   if (!defined($current)) {
-    return "debug_print_element_simply: UNDEF\n";
+    return "debug_print_element_short: UNDEF\n";
   }
   if (ref($current) ne 'HASH') {
-    return "debug_print_element_simply: $current not a hash\n";
+    return "debug_print_element_short: $current not a hash\n";
   }
   my $type = '';
   my $cmd = '';



reply via email to

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