Commit 804a234b authored by Eisenhauer, Greg's avatar Eisenhauer, Greg
Browse files

Downgrade fabric-open message from DPCriticalVerbose to DPSummaryVerbose



The "opening fabric with provider" message fires every iteration during
normal operation, not just on errors. DPSummaryVerbose is more appropriate
for routine informational output.

Co-Authored-By: default avatarClaude Opus 4.6 (1M context) <noreply@anthropic.com>
parent f494115d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -659,7 +659,7 @@ static void init_fabric(struct fabric_state *fabric, struct _SstParams *Params,
    pthread_mutex_lock(&fabric_mutex);
    if (global_fabric_refcount == 0)
    {
        Svcs->verbose(CP_Stream, DPCriticalVerbose, "opening fabric with provider %s\n",
        Svcs->verbose(CP_Stream, DPSummaryVerbose, "opening fabric with provider %s\n",
                      info->fabric_attr->prov_name);
        result = fi_fabric(info->fabric_attr, &fabric->fabric, fabric->ctx);
        if (result != FI_SUCCESS)