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

Core log error #5987

Merged
merged 8 commits into from
Jan 31, 2024
Merged

Core log error #5987

merged 8 commits into from
Jan 31, 2024

Commits on Jan 31, 2024

  1. common: convert LOG(1,...) into CORE_LOG_ERROR()

    Signed-off-by: Tomasz Gromadzki <[email protected]>
    grom72 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    08c059b View commit details
    Browse the repository at this point in the history
  2. common: extend error messages in match file pmempool_transform/TEST10.

    Signed-off-by: Tomasz Gromadzki <[email protected]>
    grom72 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    fdf8a78 View commit details
    Browse the repository at this point in the history
  3. common: addjust loging levels

    Signed-off-by: Tomasz Gromadzki <[email protected]>
    grom72 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    591fdf4 View commit details
    Browse the repository at this point in the history
  4. common: CORE_LOG_WARNING_W_ERRNO implementation

    Signed-off-by: Tomasz Gromadzki <[email protected]>
    grom72 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ee731fa View commit details
    Browse the repository at this point in the history
  5. common: workaround of unpredictable strerror_r version

    strerror_r() has different return type depends on compliation settings.
    It is included from string.h and version depends on #define _GNU_SOURCE.
    
    Signed-off-by: Tomasz Gromadzki <[email protected]>
    grom72 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5e26b9f View commit details
    Browse the repository at this point in the history
  6. common: addjust tests match file for util_poolset tests

    Signed-off-by: Tomasz Gromadzki <[email protected]>
    grom72 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7d3e525 View commit details
    Browse the repository at this point in the history
  7. common: avoid badblock error msg when used internally

    Signed-off-by: Tomasz Gromadzki <[email protected]>
    grom72 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2883cf1 View commit details
    Browse the repository at this point in the history
  8. Revert "common: avoid badblock error msg when used internally"

    This reverts commit 8b87e93.
    grom72 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a201bbd View commit details
    Browse the repository at this point in the history