downgrade a warn log to debug (#3319)

* downgrade to debug

* another thick log

* bump spec versions in kusama, polkadot and westend again IV
This commit is contained in:
Andronik Ordian
2021-06-20 18:15:13 +02:00
committed by GitHub
parent fc7f6dbfd9
commit 20d9ed06d6
5 changed files with 9 additions and 6 deletions
@@ -319,7 +319,7 @@ pub(crate) async fn handle_new_head(
match state.session_window.cache_session_info_for_head(ctx, head, &header).await {
Err(e) => {
tracing::warn!(
tracing::debug!(
target: LOG_TARGET,
?head,
?e,