Skip to content

Commit

Permalink
Add some quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
CaspianA1 committed Sep 17, 2024
1 parent 75ca13d commit 1899653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility_types/continually_updated.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ impl<T: Updatable + 'static> ContinuallyUpdated<T> {
}

if let Some(err) = error {
log::error!("Updating the {} data on this iteration failed. Error: '{err}'.", self.name);
log::error!("Updating the '{}' data on this iteration failed. Error: '{err}'.", self.name);
self.run_new_update_iteration(param)?;
return Ok(false);
}
Expand Down

0 comments on commit 1899653

Please sign in to comment.