Fix: add debug statement in kernel flush metadata
authorDavid Goulet <dgoulet@efficios.com>
Tue, 25 Jun 2013 17:37:59 +0000 (13:37 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 25 Jun 2013 17:37:59 +0000 (13:37 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-sessiond/kernel.c

index 064fdc382026e19eef78c132310153a5e863863f..69665058a0e098c0b7a2bbd9dc1042d6f7b25f0a 100644 (file)
@@ -460,6 +460,8 @@ int kernel_metadata_flush_buffer(int fd)
 {
        int ret;
 
+       DBG("Kernel flushing metadata buffer on fd %d", fd);
+
        ret = kernctl_buffer_flush(fd);
        if (ret < 0) {
                ERR("Fail to flush metadata buffers %d (ret: %d)", fd, ret);
This page took 0.029332 seconds and 5 git commands to generate.