From 5f27d836d2d82fc9c10412a3f89493e1803118b6 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Thu, 14 Aug 2008 14:49:08 +0200 Subject: [PATCH] texi2html: Make warnings about missing nodes in xrefs clearer --- lilypond-texi2html.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lilypond-texi2html.init b/lilypond-texi2html.init index d8b61463a4..3ed3fcc6da 100644 --- a/lilypond-texi2html.init +++ b/lilypond-texi2html.init @@ -171,7 +171,7 @@ sub load_map_file ($) } close (XREFFILE); } else { - print STDERR "Unable to load the map file $mapfile\n"; + print STDERR "WARNING: Unable to load the map file $mapfile\n"; } return $node_map; } @@ -452,7 +452,7 @@ sub lilypond_external_href($$$) if (defined($section_name_map->{$node_text})) { ($node_id, $node_hxmlt_id) = @{$section_name_map->{$node_text}}; } else { - print STDERR "Unable to find key '$node_text' in section_name_map for book $map_name\n"; + print STDERR "WARNING: Unable to find node '$node_text' in book $map_name.\n"; } } -- 2.39.5