HomeClusterLabs Projects

Refactor: libcrmcommon: Replace qb_logt() with qb_log()
aea5aa0e7897Unpublished

Unpublished Commit ยท Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

Refactor: libcrmcommon: Replace qb_logt() with qb_log()

The tags argument is always 0, so they're equivalent:

define qb_log(priority, fmt, args...) qb_logt(priority, 0, fmt, ##args)

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

Details

Provenance
nrwahl2Authored on Mar 26 2025, 9:09 PM
Parents
rPbaa59c826f08: Refactor: libcrmcommon: Remove a few more unused includes from headers
Branches
Unknown
Tags
Unknown

Event Timeline