Skip to content

Commit

Permalink
better debugging output
Browse files Browse the repository at this point in the history
  • Loading branch information
wo committed May 29, 2015
1 parent 39bd063 commit 02175e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process_pages.pl
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ sub next_pages {
."WHERE last_checked < '".($min_age->ymd)."' "
."OR last_checked IS NULL ORDER BY last_checked "
."LIMIT $NUM_URLS";
#print $query;
print $query if $verbosity > 1;
my $pages = $dbh->selectall_arrayref($query, { Columns=>{} });
return $pages;
}
Expand Down

0 comments on commit 02175e5

Please sign in to comment.