Changeset 644

Show
Ignore:
Timestamp:
07/16/07 17:31:01 (1 year ago)
Author:
kindlund
Message:

Additional debugging.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/jpuchalski-active_content/lib/HoneyClient/Agent/Driver/Browser.pm

    r643 r644  
    10431043            $tempFile->close(); 
    10441044 
     1045# XXX: delete this, eventually. 
     1046$LOG->info("tmpfile = " . $tempFile->filename . " base_url = " . $base); 
     1047 
    10451048            %scored_links = HoneyClient::Agent::Driver::ActiveContent::process( 
    10461049                                file => $tempFile, 
     
    10491052            # TODO: Check to make sure that temp files are getting deleted 
    10501053            # properly (when normal conditions apply). 
     1054 
     1055use Data::Dumper; 
     1056$Data::Dumper::Terse  = 0; 
     1057$Data::Dumper::Indent = 1; 
     1058# XXX: delete this, eventually. 
     1059$LOG->info("scored links = " . Dumper(\%score_links)); 
    10511060 
    10521061        # Assume that all other content types are HTML-based.