|
From: Eric A. <de...@us...> - 2004-03-25 05:55:31
|
Update of /cvsroot/sprawler/sprawler/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2943/lib Modified Files: Extract.pm Log Message: - changed indexer output to a more clean format, now that the indexer is "settling" down a bit. Less verbose, but still tells the story. Index: Extract.pm =================================================================== RCS file: /cvsroot/sprawler/sprawler/lib/Extract.pm,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** Extract.pm 25 Mar 2004 04:40:36 -0000 1.16 --- Extract.pm 25 Mar 2004 05:44:03 -0000 1.17 *************** *** 231,235 **** $p->parse($text); $n_links=@links; ! print "found $n_links links on $url .....\n"; return (\@links, \@emails); } --- 231,235 ---- $p->parse($text); $n_links=@links; ! #print "found $n_links links on $url ..\n"; return (\@links, \@emails); } |