X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ustd%2Flowlevel.c;h=47a6f776e6dc5a9f92c90327c7bb88179e5e36f6;hb=920bdf719a175cc0e542e2f001e7d01f230412c1;hp=a79b494bc547a3576f11d7ae4df67e569c191372;hpb=31d392f1a565abd0751302d8c52b9f9e695e051e;p=ust.git diff --git a/ustd/lowlevel.c b/ustd/lowlevel.c index a79b494..47a6f77 100644 --- a/ustd/lowlevel.c +++ b/ustd/lowlevel.c @@ -70,9 +70,9 @@ void finish_consuming_dead_subbuffer(struct buffer_info *buf) long i_subbuf; - DBG("processing died buffer"); - DBG("consumed offset is %ld", consumed_offset); - DBG("write offset is %ld", write_offset); + DBG("processing dead buffer (%s)", buf->name); + DBG("consumed offset is %ld (%s)", consumed_offset, buf->name); + DBG("write offset is %ld (%s)", write_offset, buf->name); /* First subbuf that we need to consume now. It is not modulo'd. * Consumed_offset is the next byte to consume. */