This commit is contained in:
Sebastian Klähn
2022-12-10 16:32:01 +01:00
parent a9a485d19e
commit f3614536d9

View File

@@ -1770,6 +1770,7 @@ pub(crate) async fn rfc724_mid_exists(
},
)
.await?;
warn!(context, "rfc_724_mid: {:?} is found: {:?}", rfc724_mid, res);
Ok(res)
}