Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48b614e6 authored by Neil Fuller's avatar Neil Fuller Committed by Android (Google) Code Review
Browse files

Merge "Fix a log message"

parents 44acac76 03b45772
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");
            }
        }