Skip to content

Commit a9b5497

Browse files
committed
Log oplog reading
1 parent b7e6f77 commit a9b5497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Oplog.zig

+1
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ pub const OplogIterator = struct {
312312
}
313313
var buf: [file_name_size]u8 = undefined;
314314
const file_name = try generateFileName(&buf, self.files.items[self.current_file_index].id);
315+
log.info("reading oplog file {s}", .{file_name});
315316
const file = try self.dir.openFile(file_name, .{});
316317
self.current_iterator = OplogFileIterator.init(self.allocator, file);
317318
}

0 commit comments

Comments
 (0)