Skip to content

Temporarily comment out error message for old scheme path

Ron Williams requested to merge rw_van/kernel:no-scheme-message into master

The kernel has a check for the old scheme format being used during open. The check prints a message so we can look for crates that need to be updated.

However, we are not able to fix all programs before the upcoming release, so this fix comments out the check. The error message should be reinstated after the release so we can fix all crates.

Merge request reports