HomeClusterLabs Projects

Log: libpe_status: improve config flag trace messages

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Log: libpe_status: improve config flag trace messages

Use pcmk__set/clear_flags_as() in set_config_flag() directly rather than the
working set wrappers, so the flag being set is stringified in its readable form
rather than already expanded as a hex literal. Example change:

Working set flags 0x00010000 ((0x00010000ULL)) for crm_simulate set by unpack_config:208

becomes

Working set flags 0x00010000 (pe_flag_startup_probes) for crm_simulate set by unpack_config:208

Details

Provenance
kgaillotAuthored on Aug 6 2020, 6:39 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.