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

Commit 71129591 authored by James Lemieux's avatar James Lemieux Committed by Android Git Automerger
Browse files

am 9da3a43b: Fix logging call to correctly substitute

* commit '9da3a43b':
  Fix logging call to correctly substitute
parents 78e3b09b 9da3a43b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -215,7 +215,7 @@ public class AlarmService extends Service {

    @Override
    public int onStartCommand(Intent intent, int flags, int startId) {
        LogUtils.v("AlarmService.onStartCommand() with intent: %s", intent.toString());
        LogUtils.v("AlarmService.onStartCommand() with %s", intent);

        final long instanceId = AlarmInstance.getId(intent.getData());
        switch (intent.getAction()) {