New public API for lttng control
[lttng-tools.git] / lttng / commands / create.c
index 4a64d8a76f87bec5f0aea945602765d7b16d90b1..3ed9ba0634552e8c7a81c90b8c6e9000f5e3c8cd 100644 (file)
@@ -112,7 +112,7 @@ static int create_session()
        }
 
        MSG("Session %s created.", session_name);
-       MSG("Traces will be written in %s ", traces_path);
+       MSG("Traces will be written in %s/%s-<date>-<time> ", traces_path, session_name);
 
        ret = CMD_SUCCESS;
 
This page took 0.022836 seconds and 4 git commands to generate.