Skip to content

Commit 418b042

Browse files
committed
elf: fix typo
1 parent d05db52 commit 418b042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/link/Elf.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ pub fn flushStaticLib(self: *Elf, comp: *Compilation, module_obj_path: ?[]const
13481348
try self.allocateNonAllocSections();
13491349

13501350
if (build_options.enable_logging) {
1351-
log.debug("{}", .{self.dumpState()});
1351+
state_log.debug("{}", .{self.dumpState()});
13521352
}
13531353

13541354
try self.writeSyntheticSectionsObject();

0 commit comments

Comments
 (0)