From: mquinson Date: Fri, 24 Mar 2006 09:33:53 +0000 (+0000) Subject: Make debug output more informative X-Git-Tag: v3.3~3381 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/81792913e9a46c9f1438f5bb57751b557c0d383a Make debug output more informative git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1977 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/tools/doxygen/toc_create.pl b/tools/doxygen/toc_create.pl index 52c08da4b6..13b1cd0e54 100755 --- a/tools/doxygen/toc_create.pl +++ b/tools/doxygen/toc_create.pl @@ -43,7 +43,7 @@ sub handle_file { $outfile =~ s|\.\./||g; $outfile =~ s|/|_|g; $outfile = ".$outfile"; - print "<<<<< $infile -> $outfile >>>>>>\n"; + print "Create a TOC for $infile (in $outfile)\n"; open OUTPUT,"> ./$outfile"; my($current_level)=-1; my($entry);