Skip to content

Commit

Permalink
Lower the verbosity of updating legislator records
Browse files Browse the repository at this point in the history
  • Loading branch information
waldoj committed Jan 10, 2025
1 parent 742cd18 commit 1421572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/includes/class.Import.php
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ public function update_legislator($legislator)
return false;
}

$log->put('Refreshed the legislator record for ' . $legislator['name_formatted'] . '.', 3);
$log->put('Refreshed the legislator record for ' . $legislator['name_formatted'] . '.', 2);

return true;
} // update_legislator
Expand Down

0 comments on commit 1421572

Please sign in to comment.