X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Futils.c;h=1f491db1b89e0095d33ce7ee603338f4f7f400c2;hb=f1f887c09fa00f365bd56c025159524aa0d3ac50;hp=635bf7734d244a0694135c5ac3b827644d72d9a8;hpb=679b4943c3b0f451e7f4fbcd804dd8a7a679e253;p=lttng-tools.git diff --git a/src/bin/lttng/utils.c b/src/bin/lttng/utils.c index 635bf7734..1f491db1b 100644 --- a/src/bin/lttng/utils.c +++ b/src/bin/lttng/utils.c @@ -46,9 +46,12 @@ char *get_session_name(void) goto error; } -error: + DBG2("Config file path found: %s", path); DBG("Session name found: %s", session_name); return session_name; + +error: + return NULL; }