Create stream files relative to a stream's current trace chunk
[lttng-tools.git] / src / common / trace-chunk.c
index a15f0ddaa6e72864bdbfb67eaa5086ffb265b610..53cc08a2ca4d3eb5b2e624c618a4ebe48cef29ef 100644 (file)
@@ -745,6 +745,8 @@ enum lttng_trace_chunk_status lttng_trace_chunk_open_file(
                        chunk->credentials.value.use_current_user ?
                                        NULL : &chunk->credentials.value.user);
        if (ret < 0) {
+               ERR("Failed to open file relative to trace chunk file_path = \"%s\", flags = %d, mode = %d",
+                               file_path, flags, (int) mode);
                status = LTTNG_TRACE_CHUNK_STATUS_ERROR;
                goto end;
        }
This page took 0.023186 seconds and 4 git commands to generate.