From a738dbfa1161c3bb79bfef3252563926612c3178 Mon Sep 17 00:00:00 2001 From: Grzegorz Kolodziejczyk Date: Wed, 17 Dec 2014 15:01:33 +0100 Subject: [PATCH] android/tester: Print debug log if emulator starts If emulator starts tester should print debug log instead of warn. In quiet mode it's unnecessary 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 aa0812697..152459d30 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; } -- 2.47.3