forked from TWS/kalkutago
Nit
This commit is contained in:
parent
019ccda845
commit
033f2a561b
|
@ -95,6 +95,7 @@ impl Update {
|
|||
if receiver_count > 0 {
|
||||
trace!(receiver_count = receiver_count, update = as_serde!(self); "sending update");
|
||||
let count = tx.send(self.clone())?;
|
||||
trace!(count = count; "update sent");
|
||||
} else {
|
||||
trace!("no update receivers, skipping message");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue