Port: Add OSX clock_gettime compat
[lttng-tools.git] / src / bin / lttng / commands / create.c
index 3379a3b27b8638a3f3455af6cc4b0dca981a90b5..0f7d1a4380646804354164565746f7a30bd90a0b 100644 (file)
@@ -24,7 +24,7 @@
 #include <string.h>
 #include <sys/stat.h>
 #include <sys/types.h>
-#include <time.h>
+#include <common/compat/time.h>
 #include <unistd.h>
 #include <signal.h>
 #include <sys/wait.h>
@@ -439,7 +439,7 @@ static int create_session(void)
                        MSG("Default snapshot output set to: %s", print_str_url);
                }
                MSG("Snapshot mode set. Every channel enabled for that session will "
-                               "be set in overwrite mode and mmap output.");
+                               "be set to mmap output, and default to overwrite mode.");
        }
        if (opt_shm_path) {
                MSG("Session %s set to shm_path: %s.", session_name,
This page took 0.024385 seconds and 5 git commands to generate.