Under the hood
Internal helper rename in the stale background-binary warning, no behavior change
What
A warning message shown when a background process is using a stale binary now has both of its code paths call the same internal helper function, Ou(), where one of them previously called a different helper, xu().
Why
This is an internal cleanup with no visible effect on the warning shown to users.