-getinfo swallowed warnings when getnetworkinfo returns an array instead of string, showing (none) even with active prerelease warnings on regtest.
Just join array items with newline and keep the fallback for legacy strings / empty cases. Threw together a quick test to cover it.
Tested on m1 mac, regtest warning shows up fine now and py tests pass.