Diff between 69b7e11ceb689cbcd6077dab7f03d122fdab4924 and 3330781a20fca038432059d84dec1203ce4ffe93

Changed Files

File Additions Deletions Status
android/bluetooth.c +1 -1 modified

Full Patch

diff --git a/android/bluetooth.c b/android/bluetooth.c
index 2e75864..21221f7 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
@@ -2196,7 +2196,7 @@ static bool stop_discovery(void)
 					sizeof(cp), &cp, NULL, NULL, NULL) > 0)
 		return true;
 
-	error("Failed to start discovery");
+	error("Failed to stop discovery");
 	return false;
 }