Cleanup: add missing dot
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 19 Jul 2013 21:05:09 +0000 (17:05 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 19 Jul 2013 21:05:09 +0000 (17:05 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/bin/lttng/commands/create.c

index d9880504f80c0adca416c9f7b5a1cc67b82d8a36..dfaed27121837f8eeb1534c91325f77d5ee386d2 100644 (file)
@@ -383,7 +383,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 in overwrite mode and mmap output.");
        }
 
        /* Init lttng session config */
This page took 0.027897 seconds and 5 git commands to generate.