Skip to content

Commit

Permalink
Update tx2mon.c
Browse files Browse the repository at this point in the history
  • Loading branch information
oceandlr authored Nov 17, 2023
1 parent 958e09c commit c64a943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldms/src/sampler/tx2mon/tx2mon.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ static int create_metric_set(base_data_t base)
ldms_set_delete(base->set);
base->set = NULL;
errno = rc;
ovis_log(mylog, OVIS_LERROR, "base_set_new: ldms_set_publish failed for %s\n",
ovis_log(mylog, OVIS_LERROR, SAMP ": ldms_set_publish failed for %s\n",
base->instance_name);
return EINVAL;
}
Expand Down

0 comments on commit c64a943

Please sign in to comment.