X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/da40a399ba4a195c4c15fb4b9a74ceb48b843df2..d32b7bd0e7f81e57a139a5bcd719d04d2825b1a4:/tools/doxygen/xbt_log_extract_hierarchy.pl diff --git a/tools/doxygen/xbt_log_extract_hierarchy.pl b/tools/doxygen/xbt_log_extract_hierarchy.pl index 64d9a25c22..8d9e70cd84 100755 --- a/tools/doxygen/xbt_log_extract_hierarchy.pl +++ b/tools/doxygen/xbt_log_extract_hierarchy.pl @@ -87,7 +87,7 @@ sub parse_file { my ($name,$anc,$desc) = cleanup_ctn($1); # build the tree, checking for name conflict - die "ERROR: Category name conflict: $name used several times\n" + die "ERROR: Category name conflict: $name used several times (in $ancestor{$name} and $anc, last time in $filename)\n" if defined ($ancestor{$name}) && $ancestor{$name} ne $anc && defined ($desc{$name}) && $desc{$name} ne $desc; $ancestor{$name}=$anc;