Skip to content

Commit e1959f6

Browse files
Alami-Amineratgr
authored andcommitted
use stdio log instead of default since it has colours (project-chip#37765)
1 parent 02c628c commit e1959f6

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)