X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fsnapshot.c;h=5265cf5575d692f94c4f7cde7d1c3d6ea59ea40a;hb=5eecee74ccdce343ccf1504174eef7c03d859fb0;hp=ba7cdff2c3a52b3415e464ca8605b71099f7aaaf;hpb=dd77053051a5f130fd13e41c5d91e42bcb02d288;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/snapshot.c b/src/bin/lttng-sessiond/snapshot.c index ba7cdff2c..5265cf557 100644 --- a/src/bin/lttng-sessiond/snapshot.c +++ b/src/bin/lttng-sessiond/snapshot.c @@ -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);