Diff between 12c5f1956b5ca7fa272022545d1fa7fec75e5ae2 and d2677eb50170ca0915371f6f780a71d9a48daf66

Changed Files

File Additions Deletions Status
monitor/packet.c +1 -1 modified

Full Patch

diff --git a/monitor/packet.c b/monitor/packet.c
index 5651c51..a16942e 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -2008,7 +2008,7 @@ static void print_uuid128_list(const char *label, const void *data,
 	for (i = 0; i < count; i++) {
 		const uint8_t *uuid = data + (i * 16);
 
-		print_field("  %.8x-%.4x-%.4x-%.4x-%.8x%.4x",
+		print_field("  %8.8x-%4.4x-%4.4x-%4.4x-%8.8x%4.4x",
 				bt_get_le32(&uuid[12]), bt_get_le16(&uuid[10]),
 				bt_get_le16(&uuid[8]), bt_get_le16(&uuid[6]),
 				bt_get_le32(&uuid[2]), bt_get_le16(&uuid[0]));