]> git.donarmstrong.com Git - lilypond.git/commitdiff
texi2html: Make warnings about missing nodes in xrefs clearer
authorReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 14 Aug 2008 12:49:08 +0000 (14:49 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Thu, 14 Aug 2008 12:49:08 +0000 (14:49 +0200)
lilypond-texi2html.init

index d8b61463a44bfc8ce31c9e96fbbef773f12f063b..3ed3fcc6da2ff5af0479a283e61c9768ab354670 100644 (file)
@@ -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";
     }
   }