--- src/mgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mgmt.c b/src/mgmt.c index 17518cb..f10bd15 100644 --- a/src/mgmt.c +++ b/src/mgmt.c @@ -1155,7 +1155,7 @@ static void read_info_complete(int sk, uint16_t index, void *buf, size_t len) adapter = btd_manager_register_adapter(index, mgmt_powered(info->current_settings)); if (adapter == NULL) { - error("mgmtops: unable to register adapter"); + error("mgmt: unable to register adapter"); return; } -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html