Skip to content

Call to LOG_ERROR should not cause process termination #51

@stze

Description

@stze

It's a bit counter intuitive to let a log function terminate the process. We should change
the implementation of LOG_ERROR to call warnx() instead of errx(), which does not terminate the process. If a termination of the process is needed in case of an error, we should call abort() after LOG_ERROR.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions