Skip to content

Commit

Permalink
remove error suppression Mon found in slps send_string
Browse files Browse the repository at this point in the history
  • Loading branch information
baallan committed Nov 22, 2023
1 parent 0496186 commit 83e3d63
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ldms/src/sampler/netlink/input/test_slps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ set_kokkos () {
}

timeout=1m
export ZAP_MAX_IO=8
export ZAP_IO_MAX=8
$BIN/ldmsd -x sock:10444:localhost -a $LDMS_AUTH -l ./test_slps.daemon.1.log -r ./test_slps.pid.1 -v DEBUG
$BIN/ldmsd -x sock:10445:localhost -a $LDMS_AUTH -l ./test_slps.daemon.2.log -r ./test_slps.pid.2 -v DEBUG
Expand Down
1 change: 0 additions & 1 deletion ldms/src/sampler/netlink/simple_lps.c
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,6 @@ struct slps_send_result slps_send_string(struct slps *l, size_t buf_len,
target->last_publish_rc = ldms_stream_publish(
target->ldms, l->stream, LDMS_STREAM_STRING,
NULL, 0440, buf, buf_len);
target->last_publish_rc = 0;
if (target->last_publish_rc) {
if (l->send_log_f)
fprintf(l->send_log_f, "%s: Fail %d "
Expand Down

0 comments on commit 83e3d63

Please sign in to comment.