continue working on build system
[ust.git] / ustd / ustd.c
index ab4ec7aaac38c281f3c4cc6ac8f2c735453784ff..c5a3d8bed26b10bbfdcbd885efb189209d67b332 100644 (file)
@@ -273,6 +273,7 @@ int add_buffer(pid_t pid, char *bufname)
        result = fd = open(tmp, O_WRONLY | O_CREAT | O_TRUNC, 00600);
        if(result == -1) {
                PERROR("open");
+               ERR("failed opening trace file %s", tmp);
                return -1;
        }
        buf->file_fd = fd;
This page took 0.02243 seconds and 4 git commands to generate.