Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/std/debug.zig
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@ pub fn unlockStderrWriter() void {
}

/// Print to stderr, silently returning on failure. Intended for use in "printf
/// debugging". Use `std.log` functions for proper logging.
/// debugging". Use `std.log` functions for proper logging. See `Writer.print`
/// for format string documentation.
///
/// Uses a 64-byte buffer for formatted printing which is flushed before this
/// function returns.
Expand Down