mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
AndroidGCS: Fix typo in telem debug messages
This commit is contained in:
parent
ee97390ade
commit
b9663ba666
@ -227,7 +227,7 @@ public class OPTelemetryService extends Service {
|
||||
public void onDestroy() {
|
||||
|
||||
if (telemTask != null) {
|
||||
Log.d(TAG, "onDestory() shutting down telemetry task");
|
||||
Log.d(TAG, "onDestroy() shutting down telemetry task");
|
||||
telemTask.disconnect();
|
||||
telemTask = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user