Extend API and remove lttng_uri from lttng.h
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index 1fed58bdc8d5be33179bf5b70e346e09b842c5d0..c92d59d027c0e28c3914094257df5b22d97e59de 100644 (file)
@@ -483,7 +483,7 @@ int lttng_ustconsumer_read_subbuffer(struct lttng_consumer_stream *stream,
                 * display the error but continue processing to try
                 * to release the subbuffer
                 */
-               ERR("Error writing to tracefile");
+               ERR("Error writing to tracefile (expected: %ld, got: %ld)", ret, len);
        }
        err = ustctl_put_next_subbuf(handle, buf);
        assert(err == 0);
This page took 0.022751 seconds and 4 git commands to generate.