diff_cs           303 lib/cib/cib_utils.c     static struct qb_log_callsite *diff_cs = NULL;
diff_cs           470 lib/cib/cib_utils.c     if (diff_cs == NULL) {
diff_cs           471 lib/cib/cib_utils.c         diff_cs = qb_log_callsite_get(__PRETTY_FUNCTION__, __FILE__, "diff-validation", LOG_DEBUG, __LINE__, crm_trace_nonlog);
diff_cs           483 lib/cib/cib_utils.c         && crm_is_callsite_active(diff_cs, LOG_TRACE, 0)) {