--- parser/att.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/parser/att.c b/parser/att.c index 5bff925..a1cd9af 100644 --- a/parser/att.c +++ b/parser/att.c @@ -512,7 +512,7 @@ static void att_handle_notify_dump(int level, struct frame *frm) uint16_t handle = btohs(htons(get_u16(frm))); p_indent(level, frm); - printf("handle 0x%2.2x\n", handle); + printf("handle 0x%4.4x\n", handle); p_indent(level, frm); printf("value "); -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html