mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-30 07:34:27 +08:00
android/bluetooth: Fix error message in stop_discovery
This commit is contained in:
parent
69b7e11ceb
commit
3330781a20
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user