Skip to content

Commit

Permalink
It is not tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Aug 15, 2024
1 parent 530e455 commit 5dabb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cio/src/sf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub async fn push_new_rack_line_subscribers_to_sf(
db: &Database,
company: &Company,
) -> Result<()> {
log::info!(count = subscribers_to_process.len(), "Processing subscribers");
log::info!("Processing {} subscribers", subscribers_to_process.len());

if !subscribers_to_process.is_empty() {
let sf = company.authenticate_sf().await?;
Expand Down

0 comments on commit 5dabb88

Please sign in to comment.