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

error: do not write error twice to stderr #1555

Merged
merged 2 commits into from
Sep 6, 2024

Commits on Sep 5, 2024

  1. libcrun: vanity, color debug messages

    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5e35dfe View commit details
    Browse the repository at this point in the history
  2. error: do not write error twice to stderr

    it solves the following error:
    
    $ crun --log-level foo run foo
    2024-09-05T21:13:00.024172Z: unknown verbosity `foo` specified
    2024-09-05T21:13:00.024273Z: unknown verbosity `foo` specified
    
    Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
    giuseppe committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3dbf152 View commit details
    Browse the repository at this point in the history