android/bluetooth: Fix error message in stop_discovery

This commit is contained in:
Szymon Janc 2013-12-23 12:47:16 +01:00
parent 69b7e11ceb
commit 3330781a20

View File

@ -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;
}