| ... | ... | @@ -86,7 +86,7 @@ fn get_moddir(basedir: []const u8, d: u.Dep, parent_name: []const u8, options: C |
| 86 | 86 | const p = try std.fs.path.join(gpa, &.{ basedir, try d.clean_path() }); |
| 87 | 87 | const pv = try std.fs.path.join(gpa, &.{ basedir, try d.clean_path_v() }); |
| 88 | 88 | const tempdir = try std.fs.path.join(gpa, &.{ basedir, "temp" }); |
| 89 | | if (options.log) { |
| 89 | if (options.log and d.type != .local) { |
| 90 | 90 | u.print("fetch: {s}: {s}: {s}", .{ parent_name, @tagName(d.type), d.path }); |
| 91 | 91 | } |
| 92 | 92 | switch (d.type) { |