Diff between b22c0d6b96d3c806fa353c87bef1bd68c4eb6dca and c343de90c375a3b1d5b7ed84acf1e62bf09e60cb
Changed Files
| File | Additions | Deletions | Status |
| src/mgmt.c | +2 | -1 | modified |
Full Patch
diff --git a/src/mgmt.c b/src/mgmt.c
index 3bf45ef..ea1d2f3 100644
--- a/src/mgmt.c
+++ b/src/mgmt.c
@@ -129,7 +129,8 @@ static void read_version_complete(int sk, void *buf, size_t len)
mgmt_revision = bt_get_le16(&rp->revision);
mgmt_version = rp->version;
- DBG("version %u revision %u", mgmt_version, mgmt_revision);
+ info("Bluetooth Management version %u, revision %u", mgmt_version,
+ mgmt_revision);
if (mgmt_version < 1) {
error("Version 1 of mgmt needed (kernel has version %u)",