HomeClusterLabs Projects

Low: log: Allow CIB upgrade messages to start with W, I, D

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

Description

Low: log: Allow CIB upgrade messages to start with W, I, D

Previously, if cib_upgrade_err() received a message that started with
"W" and ctx == NULL, it would skip the first 9 characters as though the
message began with "WARNING: ". Likewise for "I"/"INFO: " and
"D/DEBUG: ".

The function/logging scheme could be improved further, but this fixes
the immediate issue.

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>

Details

Provenance
nrwahl2Authored on Dec 2 2024, 7:00 PM

Commit No Longer Exists

This commit no longer exists in the repository.