fixup: one missed logging opportunity

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

View File

@@ -1475,6 +1475,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);
}
},