Remove default defines from lttng.h
[lttng-tools.git] / src / bin / lttng / commands / create.c
index 0765c823b4209bf4b947a61772837cf1ca7e4947..34754c7ca139f40077b6ea6e4cb6d81852257e88 100644 (file)
@@ -101,10 +101,10 @@ static int create_session()
                }
 
                if (have_name) {
-                       ret = asprintf(&traces_path, "%s/" LTTNG_DEFAULT_TRACE_DIR_NAME
+                       ret = asprintf(&traces_path, "%s/" DEFAULT_TRACE_DIR_NAME
                                        "/%s-%s", alloc_path, session_name, datetime);
                } else {
-                       ret = asprintf(&traces_path, "%s/" LTTNG_DEFAULT_TRACE_DIR_NAME
+                       ret = asprintf(&traces_path, "%s/" DEFAULT_TRACE_DIR_NAME
                                        "/%s", alloc_path, session_name);
                }
 
This page took 0.024781 seconds and 5 git commands to generate.