Fix: use snapshot consumer output for kernel
[lttng-tools.git] / src / bin / lttng-sessiond / snapshot.c
index ba7cdff2c3a52b3415e464ca8605b71099f7aaaf..5265cf5575d692f94c4f7cde7d1c3d6ea59ea40a 100644 (file)
@@ -49,6 +49,9 @@ int snapshot_output_init(uint64_t max_size, const char *name,
 
        assert(output);
 
+       DBG2("Snapshot output initializing with max size %" PRIu64 ", name %s "
+                       "ctrl URL %s, data URL %s", max_size, name, ctrl_url, data_url);
+
        output->max_size = max_size;
        if (snapshot) {
                output->id = get_next_output_id(snapshot);
This page took 0.025523 seconds and 5 git commands to generate.