Skip to content

Commit 262d0fc

Browse files
authored
use stdio log instead of default since it has colours (#37765)
1 parent bf65370 commit 262d0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/platform/linux/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ source_set("app-main") {
108108
":wifi-diagnostics-test-event-trigger",
109109
"${chip_root}/src/data-model-providers/codegen:instance-header",
110110
"${chip_root}/src/lib",
111-
"${chip_root}/src/platform/logging:default",
111+
"${chip_root}/src/platform/logging:stdio",
112112
]
113113
deps = [
114114
":ota-test-event-trigger",

0 commit comments

Comments
 (0)