Skip to content

LogPrintf() fails due to premature call before InitLogging() #16098

@hebasto

Description

@hebasto

These pieces of code:

LogPrintf("Warning: parsed potentially confusing double-negative %s=%s\n", key, val);

and
LogPrintf("Ignoring unknown configuration value %s\n", option.first);

do not work as expected because they are called before the InitLogging() call.

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