Skip to content

Commit 21ebd5b

Browse files
committed
Enable node ID logging by default
1 parent 3184b8b commit 21ebd5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0010-Log-nodeID-in-exchange-context.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ index 2de6a662ee..558e0ee08e 100644
3838
+ * If asserted (1), enable logging of node IDs in exchange context.
3939
+ */
4040
+#ifndef CHIP_EXCHANGE_NODE_ID_LOGGING
41-
+#define CHIP_EXCHANGE_NODE_ID_LOGGING 0
41+
+#define CHIP_EXCHANGE_NODE_ID_LOGGING 1
4242
+#endif // CHIP_EXCHANGE_NODE_ID_LOGGING
4343
+
4444
/**

0 commit comments

Comments
 (0)