Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server: Don't warn when no --serverinfo is provided #2951

Merged
merged 2 commits into from
Jul 28, 2023

Commits on Nov 7, 2022

  1. Server: Don't warn on missing --serverinfo

    The intention of 5b2c2de was to introduce logging for bad --serverinfo
    parameters. However, it also warns about bad serverinfo if no
    --serverinfo is given at all. This is confusing.
    Therefore, this commit removes the error when no --serverinfo has been
    given.
    
    Fixes: jamulussoftware#2947
    hoffie committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    650483b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Validate in main.cpp

    pljones committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    338959b View commit details
    Browse the repository at this point in the history