From 1daafe0d10c80ffa893d95e8f8bb6bf79d638c77 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 19 Jul 2013 17:05:09 -0400 Subject: [PATCH] Cleanup: add missing dot Signed-off-by: Mathieu Desnoyers --- src/bin/lttng/commands/create.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng/commands/create.c b/src/bin/lttng/commands/create.c index d9880504f..dfaed2712 100644 --- a/src/bin/lttng/commands/create.c +++ b/src/bin/lttng/commands/create.c @@ -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 */ -- 2.34.1