Diff between 9055047c21962576c8c8490151e886f6b4dac4cb and 8f9a1837fc9c5321012b6f069fc85b4598efd358
Changed Files
| File | Additions | Deletions | Status |
| plugins/mgmtops.c | +1 | -1 | modified |
Full Patch
diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c
index 4970b7c..4aa38fe 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);