diff --git a/scripts/reboot-recovery/momo-drive-token-source-recovery-preflight.sh b/scripts/reboot-recovery/momo-drive-token-source-recovery-preflight.sh index 351261ef..17847284 100755 --- a/scripts/reboot-recovery/momo-drive-token-source-recovery-preflight.sh +++ b/scripts/reboot-recovery/momo-drive-token-source-recovery-preflight.sh @@ -194,7 +194,7 @@ elif [[ "$scheduler_uid" =~ ^[0-9]+$ ]]; then if [[ "$token_uid" == "$scheduler_uid" && "$token_mode" =~ ^[0-9]+$ && "$token_mode" -le 600 ]]; then ok "host Google token metadata matches scheduler UID and restrictive mode" else - warn "host Google token metadata does not match scheduler UID/mode: token=$token_stat scheduler_uid=$scheduler_uid" + warn "host Google token metadata does not match scheduler UID/mode: token_metadata=$token_stat scheduler_uid=$scheduler_uid" fi else warn "scheduler UID unavailable; token metadata cannot be matched"