Allow channel mode override in snapshot sessions
[lttng-tools.git] / src / bin / lttng / commands / create.c
index 3379a3b27b8638a3f3455af6cc4b0dca981a90b5..0ae2b10968456adc54d4df7f4985458268c4e8f7 100644 (file)
@@ -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.023385 seconds and 4 git commands to generate.