HomeClusterLabs Projects

Fix: pengine: Don't use fprintf in formatted output.

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

Description

Fix: pengine: Don't use fprintf in formatted output.

Instead, use the formatted output functions like begin_list, list_item,
and pcmkindented_printf. This also allows condensing most of
pe
common_output_text and _html into a single function and then only
keeping the differences in those original functions. Lists are used
more thoroughly in all functions.

With that done, the pre_text and child_text variables can be removed.

Details

Provenance
clumensAuthored on Sep 30 2019, 10:28 AM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.