If emulator starts tester should print debug log instead of warn. In quiet mode it's unnecessarily to print that emulator starts. --- android/tester-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/tester-main.c b/android/tester-main.c index aa08126..152459d 100644 --- a/android/tester-main.c +++ b/android/tester-main.c @@ -2499,7 +2499,7 @@ static void emu_connectable_complete(uint16_t opcode, uint8_t status, tester_warn("Emulated remote setup failed."); step->action_status = BT_STATUS_FAIL; } else { - tester_warn("Emulated remote setup done."); + tester_debug("Emulated remote setup done."); step->action_status = BT_STATUS_SUCCESS; } -- 1.9.3 -- 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