HomeClusterLabs Projects

Refactor: libpacemaker: Use pcmk__formatted_printf.

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

Description

Refactor: libpacemaker: Use pcmk__formatted_printf.

I'm going to convert out->info to take is_quiet into account, which
means we need another way to print some of these messages to the screen.
We can't use pcmk__indented_printf because that will take list
indentation into account and out->info previously just printed to the
beginning of the line. Luckily, I can use these new printing functions
instead.

Details

Provenance
clumensAuthored on Mar 17 2021, 3:03 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.