From: Reinhold Kainhofer Date: Thu, 14 Aug 2008 12:49:08 +0000 (+0200) Subject: texi2html: Make warnings about missing nodes in xrefs clearer X-Git-Tag: release/2.11.58-1~32^2~59 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5f27d836d2d82fc9c10412a3f89493e1803118b6;p=lilypond.git texi2html: Make warnings about missing nodes in xrefs clearer --- 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"; } }