Skip to content

Commit

Permalink
Change the log language a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Jan 1, 2024
1 parent d489b52 commit 1d232e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cron/bills.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@

if ($result === FALSE)
{
$log->put('Adding ' . $bill['number'] . ' failed. Almost certainly, this means that '
. 'the legislator (' . $bill['chief_patron_id'] . ', '
. strtolower($bill['chief_patron']) . ') who filed this bill isn’t in the database.', 7);
$log->put('Adding ' . $bill['number'] . ' failed. This probably means that the legislator '
. '(' . $bill['chief_patron_id'] . ', ' . strtolower($bill['chief_patron'])
. ') who filed this bill isn’t in the database.', 4);
unset($hashes[$number]);
$missing_legislators[] = $bill['chief_patron_id'];
}
Expand Down

0 comments on commit 1d232e9

Please sign in to comment.