From: Ian Jackson Date: Sun, 2 May 2021 00:18:07 +0000 (+0100) Subject: bundles: Note what we loaded X-Git-Tag: otter-0.6.0~477 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d6420406642954001a1b4c9f2e89e6fbd6817f12;p=otter.git bundles: Note what we loaded Signed-off-by: Ian Jackson --- diff --git a/src/bundles.rs b/src/bundles.rs index a8a02253..f7d7a1c6 100644 --- a/src/bundles.rs +++ b/src/bundles.rs @@ -170,6 +170,7 @@ impl InstanceBundles { Err(IncorporateError::IE(ie)) => throw!(ie), } } + debug!("loaded bundles {} {:?}", &ig.name, ib); ib }