Skip to content

Conversation

@oberstet
Copy link
Contributor

Description

fixes #1737


Related Issue(s)

Closes or relates to #1737


Checklist

  • I have referenced relevant issue numbers above
  • I have performed a self-review of my code and it follows
    the style guidelines of this project
  • I have added new or used existing tests that prove my fix
    is effective or that my feature works
  • I have added necessary documentation (if appropriate) and
    updated the changelog
  • I have added an AI assistance disclosure file (required!)
    in this PR
When users explicitly disable NVX via AUTOBAHN_USE_NVX=0 (a valid configuration choice), they were getting a noisy RuntimeWarning on every import. This is not a warning condition - it's informational feedback about their intentional configuration. Changed from warnings.warn(RuntimeWarning) to log.info() so users can still see the message if they configure logging to show info level, but it won't be noisy by default. Fixes crossbario#1737
@oberstet
Copy link
Contributor Author

What v25.10.2 Fixes

@oberstet oberstet merged commit 92c5568 into crossbario:master Oct 22, 2025
30 checks passed
@oberstet oberstet deleted the rel_v25.10.2_part2 branch October 22, 2025 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant