[DTrace-devel] [PATCH 1/3] usdt parser: remove left-over debug statement

Kris Van Hees kris.van.hees at oracle.com
Tue Jun 24 21:40:23 UTC 2025


Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
---
 libcommon/usdt_parser_notes.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libcommon/usdt_parser_notes.c b/libcommon/usdt_parser_notes.c
index 0b0e1a7a..fb57f119 100644
--- a/libcommon/usdt_parser_notes.c
+++ b/libcommon/usdt_parser_notes.c
@@ -287,7 +287,6 @@ strarray_size(uint8_t cnt, const char *str, const char *end, size_t skip)
 		if (p >= end)
 			return -1;
 
-dt_dbg_usdt("%s: [%s] [%hhd]\n", __func__, p, *(p + strlen(p) + 1));
 		p += strlen(p) + 1 + skip;
 	}
 
-- 
2.43.5




More information about the DTrace-devel mailing list