X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.c;fp=src%2Fcommon%2Fconsumer.c;h=f2662cddadd5e8d3b98d7ebcc4f7c386a8552c78;hp=1333263f186e4c2b221fa68d7b73399d1c3be139;hb=6f04ed72990f6c72d16fd08d39feac0967da732e;hpb=178a055717baca3641cecbb45fe3c0d5d3286a3a diff --git a/src/common/consumer.c b/src/common/consumer.c index 1333263f1..f2662cdda 100644 --- a/src/common/consumer.c +++ b/src/common/consumer.c @@ -1430,7 +1430,7 @@ static int write_relayd_metadata_id(int fd, ret = lttng_write(fd, (void *) &hdr, sizeof(hdr)); if (ret < sizeof(hdr)) { /* - * This error means that the fd's end is closed so ignore the perror + * This error means that the fd's end is closed so ignore the PERROR * not to clubber the error output since this can happen in a normal * code path. */