Skip to content

Commit

Permalink
Tweak fuel cache message
Browse files Browse the repository at this point in the history
Signed-off-by: Michael X. Grey <[email protected]>
  • Loading branch information
mxgrey committed Jun 20, 2024
1 parent fc8f1a6 commit 2fe3acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmf_site_editor/src/site/fuel_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pub fn handle_update_fuel_cache_requests(

while let Ok(next_model) = progress_channel.receiver.try_recv() {
info!(
"Received model {} owned by {}",
"Detected model {} owned by {}",
next_model.name, next_model.owner,
);
}
Expand Down

0 comments on commit 2fe3acd

Please sign in to comment.