Cleanup: Replace all perror() uses by the PERROR macro
[lttng-tools.git] / src / common / consumer.c
index 1333263f186e4c2b221fa68d7b73399d1c3be139..f2662cddadd5e8d3b98d7ebcc4f7c386a8552c78 100644 (file)
@@ -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.
                 */
This page took 0.023013 seconds and 4 git commands to generate.