Skip to content

Commit

Permalink
Update base_layer/p2p/src/auto_update/service.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler authored Aug 31, 2021
1 parent 96c0197 commit 34ee4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_layer/p2p/src/auto_update/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ use tokio::{
};
use tokio_stream::wrappers;

const LOG_TARGET: &str = "app::auto_update";
const LOG_TARGET: &str = "p2p::auto_update";

/// A watch notifier that contains the latest software update, if any
pub type SoftwareUpdateNotifier = watch::Receiver<Option<SoftwareUpdate>>;
Expand Down

0 comments on commit 34ee4bb

Please sign in to comment.