fixup: one missed logging opportunity

This commit is contained in:
Joonas Koivunen
2023-05-10 16:53:14 +03:00
parent 3784166180
commit c948ee3975

View File

@@ -1540,6 +1540,7 @@ impl Tenant {
// load and attach code bails out if _any_ of the timeline fails to fetch its IndexPart.
// That is, before we declare the Tenant as Active.
// But we only allow calls to delete_timeline on Active tenants.
warn!("failed to stop RemoteTimelineClient due to uninitialized queue");
return Err(InnerDeleteTimelineError::QueueUninitialized);
}
},