Skip to content

Commit

Permalink
Merge pull request #101 from GiuseppeCesarano/patch-1
Browse files Browse the repository at this point in the history
fix: _debug typo in startWithLogging
  • Loading branch information
renerocksai authored Apr 27, 2024
2 parents d83bf5a + 997627f commit 209ba1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zap.zig
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pub fn enableDebugLog() void {

/// start Zap with debug logging on
pub fn startWithLogging(args: fio.fio_start_args) void {
debug = true;
_debug = true;
fio.fio_start(args);
}

Expand Down

0 comments on commit 209ba1c

Please sign in to comment.