log shutdown msg

This commit is contained in:
dignifiedquire
2020-05-20 13:04:44 +02:00
parent 71f7a3e902
commit 03fd311bfe

View File

@@ -151,6 +151,7 @@ impl Context {
}
pub async fn stop(&self) {
info!(self, "stopping context");
self.inner.stop().await;
}