Merge "Fix a log message"

This commit is contained in:
Neil Fuller
2020-11-05 18:00:01 +00:00
committed by Android (Google) Code Review

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");
}
}