Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
ksperling-apple and bzbarsky-apple authored Aug 7, 2024
1 parent da7640e commit 09cac5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/core/core.gni
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ declare_args() {

declare_args() {
# Logging backend to use for targets that don't link a specific log
# backend (e.g. a command line utilites usually use 'stdio'). Options:
# backend (e.g. command line utilites usually use 'stdio'). Options:
# 'platform' - The default log backend of the device platform
# 'external' - Externally LogV implementation (src/platform/logging/LogV.h)
# 'external' - External LogV implementation (src/platform/logging/LogV.h)
# 'none' - Discard all log output
# 'stdio' - Print to stdout
# 'syslog' - POSIX syslog()
Expand Down

0 comments on commit 09cac5e

Please sign in to comment.