From c343de90c375a3b1d5b7ed84acf1e62bf09e60cb Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 19 Dec 2012 16:26:58 +0200 Subject: [PATCH] core: Print mgmt version and revision through info() instead of DBG() --- src/mgmt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mgmt.c b/src/mgmt.c index 3bf45ef08..ea1d2f3a6 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)", -- 2.47.3