From 8f9a1837fc9c5321012b6f069fc85b4598efd358 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Mon, 5 Mar 2012 20:05:25 +0100 Subject: [PATCH] mgmtops: Use DBG not error for printing name in read_info_complete This is debug not an error message. --- plugins/mgmtops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c index 4970b7c73..4aa38fef3 100644 --- a/plugins/mgmtops.c +++ b/plugins/mgmtops.c @@ -1083,7 +1083,7 @@ static void read_info_complete(int sk, uint16_t index, void *buf, size_t len) name = btd_adapter_get_name(adapter); - error("mgmtops setting name %s", name); + DBG("mgmtops setting name %s", name); if (name) mgmt_set_name(index, name); -- 2.47.3