diff --git a/lib/compiler/Maker.zig b/lib/compiler/Maker.zig index ee3c189a28173d70378a15c05f513df057375583..aa117ae8b768050e459e0b9de098edc9150e9612 100644 --- a/lib/compiler/Maker.zig +++ b/lib/compiler/Maker.zig @@ -1298,6 +1298,7 @@ fn configure(graph: *Graph, options: ConfigureOptions) !ScannedConfig { any_errors = true; continue; } + log.info("fetching lazy dependency {s}", .{hash}); try unlazy_set.put(arena, .fromSlice(hash), {}); } if (any_errors) return error.FailedButCacheIntact;