Fix a log message

Test: None - log change
Change-Id: I1b5a39441014dd5592dce6bd190a486fb8d9f06e
This commit is contained in:
Neil Fuller
2020-11-05 16:15:10 +00:00
parent 7b6e78f975
commit 03b4577288

View File

@@ -87,7 +87,7 @@ public class LocationTimeZoneManagerService extends Binder {
// Binder and is registered as a binder service so it can receive shell commands.
publishBinderService("location_time_zone_manager", mService);
} else {
Slog.i(TAG, getClass() + " is compile-time disabled");
Slog.i(TAG, getClass() + " is disabled");
}
}