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

Commit 583dd098 authored by Achim Thesmann's avatar Achim Thesmann Committed by Automerger Merge Worker
Browse files

Merge "Fix log message" into udc-dev am: 4c0e309f am: f59d6f1b

parents 134c7ee7 f59d6f1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -487,7 +487,7 @@ public class BackgroundActivityStartController {
                // The verdict changed from allow (resultIfPiSenderAllowsBal) to block, PI sender
                // default change is on (otherwise we would have fallen into if above) and we'd
                // allow if it were off
                Slog.wtf(TAG, "Without BAL hardening this activity start would NOT be allowed!"
                Slog.wtf(TAG, "Without BAL hardening this activity start would be allowed!"
                        + stateDumpLog);
            }
        }