This commit is contained in:
ntr 2019-07-26 17:28:16 +10:00
parent 813fc0184f
commit d03c07cc59

View File

@ -132,7 +132,7 @@ impl Events {
} }
} }
info!("notification subscribers {:?}", subs); info!("notification subscribers={:?}", subs);
Ok(()) Ok(())
}, },