Skip to content

Problem: When zauth unable to load password file it uses zsys info instead of warn #2281

Open
@BHare1985

Description

@BHare1985

Solution: Use zsys_warning to match official project malamute's behavior

Problem line: https://github.com/zeromq/czmq/blob/master/src/zauth.c#L137

When debugging zeromq/malamute#335 I noticed differing behavior where if the client or server was unable to load a .cfg file then it would give zsys_warning see line here where as czmq when using the zauth actor only uses zsys_info when it cannot load a config file. This means it would be missed in tests/prod unless VERBOSE is on - this seems more like a warning to me

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions