mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
channel: minor fix to debug! statement
This commit is contained in:
@@ -170,7 +170,7 @@ impl Channel {
|
||||
pub async fn send<M: message::Message>(&self, message: &M) -> Result<()> {
|
||||
debug!(
|
||||
target: "net::channel::send()", "[START] command={} {:?}",
|
||||
M::NAME, self.address(),
|
||||
M::NAME, self,
|
||||
);
|
||||
|
||||
if *self.stopped.lock().await {
|
||||
|
||||
Reference in New Issue
Block a user