Skip to content

Commit

Permalink
Update offchain/data/src/repository.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Yves <[email protected]>
  • Loading branch information
gligneul and torives authored Sep 22, 2023
1 parent 75c0cbc commit c4430ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offchain/data/src/repository.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ impl Repository {
.set(inputs::status.eq(status))
.execute(&mut conn)
.context(DatabaseSnafu)?;
tracing::trace!("Set {:?} status to inputs {}", status, input_index);
tracing::trace!("Set {:?} status to input {}", status, input_index);
Ok(())
}
}
Expand Down

0 comments on commit c4430ba

Please sign in to comment.