diff options
author | Frédéric Danis <frederic.danis@linux.intel.com> | 2011-05-17 11:04:38 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2011-05-17 09:43:06 -0700 |
commit | 9480e8c70648b8224a12c0866d99e39299a346f4 (patch) | |
tree | da50211d4a79af440175281c98f68346c27cfda4 /plugins | |
parent | 54afb50eaa11d988350225d39ff9e38a0c07e697 (diff) |
mgmt: fix DBG string format
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mgmtops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c index 5e890469f..95de3d17c 100644 --- a/plugins/mgmtops.c +++ b/plugins/mgmtops.c @@ -501,7 +501,7 @@ static int mgmt_pincode_reply(int index, bdaddr_t *bdaddr, const char *pin, char addr[18]; ba2str(bdaddr, addr); - DBG("index %d addr %s pinlen %lu", index, addr, pin_len); + DBG("index %d addr %s pinlen %zu", index, addr, pin_len); memset(buf, 0, sizeof(buf)); |