Diff between 43370aec612d21f721a5f2a684c5e3725b063006 and a738dbfa1161c3bb79bfef3252563926612c3178
Changed Files
| File | Additions | Deletions | Status |
| android/tester-main.c | +1 | -1 | modified |
Full Patch
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;
}