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

Commit 03b45772 authored by Neil Fuller's avatar Neil Fuller
Browse files

Fix a log message

Test: None - log change
Change-Id: I1b5a39441014dd5592dce6bd190a486fb8d9f06e
parent 7b6e78f9
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");
            }
        }