summaryrefslogtreecommitdiff
path: root/monitor
diff options
context:
space:
mode:
authorFrédéric Dalleau <frederic.dalleau@collabora.com>2017-07-26 10:16:42 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2017-07-27 16:02:54 +0300
commiteebb86a32cc0237a724478cb1a146432746f6c93 (patch)
tree9c9ffd335dd6f68040f73b8c36067d659531ee43 /monitor
parentb8c3fcd3d7c9b057d98c4f645d220d12ae2e2202 (diff)
downloadbluez-eebb86a32cc0237a724478cb1a146432746f6c93.tar.gz
monitor: Format URI hash using 8 hex digits
URI hash is a 32 bits value.
Diffstat (limited to 'monitor')
-rw-r--r--monitor/packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/packet.c b/monitor/packet.c
index f72fcab6a..39823691f 100644
--- a/monitor/packet.c
+++ b/monitor/packet.c
@@ -3551,7 +3551,7 @@ static void print_mesh_beacon(const uint8_t *data, uint8_t len)
break;
}
- print_field(" URI Hash: 0x%4.4x", get_be32(data + 19));
+ print_field(" URI Hash: 0x%8.8x", get_be32(data + 19));
packet_hexdump(data + 23, len - 23);
break;
case 0x01: