Skip to content

Commit

Permalink
Lower the verbosity of missing bills
Browse files Browse the repository at this point in the history
Turns out this is common. Toward #39.
  • Loading branch information
waldoj committed Jan 7, 2018
1 parent c85248e commit e61ca2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/summaries_new.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
if (is_empty($bill_id))
{
$log->put('Summary found for '. $summary['number']
. ', but we have no record of that bill.', 4);
. ', but we have no record of that bill.', 2);
continue;
}

Expand Down

0 comments on commit e61ca2b

Please sign in to comment.