Add more tracing

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/4/head
trivernis 3 years ago
parent 57ebbf87e0
commit cadf866cd7

@ -79,6 +79,7 @@ impl<R: Runtime> Plugin<R> for MediarepoPlugin<R> {
Ok(())
}
#[tracing::instrument(skip_all)]
fn extend_api(&mut self, message: Invoke<R>) {
(self.invoke_handler)(message)
}

Loading…
Cancel
Save