Skip to content

Commit

Permalink
async_logger: Use dark blue for source information
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Jan 11, 2024
1 parent c3dffa6 commit 3d3ff9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poseidon/static/async_logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ do_write_nothrow(const Level_Config& lconf, const Log_Message& msg) noexcept
mtext.puts("' ");

// Write the source location and enclosing function.
do_color(mtext, lconf, "94"); // bright blue
do_color(mtext, lconf, "34"); // blue
mtext.puts("source '");
mtext.puts(msg.ctx.file);
mtext.putc(':');
Expand Down

0 comments on commit 3d3ff9b

Please sign in to comment.