Skip to content

Commit

Permalink
fix log target
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Aug 27, 2024
1 parent 04e0fc1 commit 7211b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/processor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub mod assigner;
mod weights;
pub use weights::WeightInfo;

const LOG_TARGET: &str = "runtime::order-creator";
const LOG_TARGET: &str = "runtime::processor";

pub type BalanceOf<T> =
<<T as crate::Config>::Currency as Currency<<T as frame_system::Config>::AccountId>>::Balance;
Expand Down

0 comments on commit 7211b8b

Please sign in to comment.