mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
prefix parachain log targets with parachain:: (#2600)
* prefix parachain log targets with parachain:: * even more consistent
This commit is contained in:
@@ -46,7 +46,7 @@ use futures_timer::Delay;
|
||||
/// How long to wait before proposing.
|
||||
const PRE_PROPOSE_TIMEOUT: std::time::Duration = core::time::Duration::from_millis(2000);
|
||||
|
||||
const LOG_TARGET: &str = "provisioner";
|
||||
const LOG_TARGET: &str = "parachain::provisioner";
|
||||
|
||||
enum InherentAfter {
|
||||
Ready,
|
||||
|
||||
Reference in New Issue
Block a user