cli: "Babeltrace configuration" -> "Babeltrace CLI configuration"
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 16 Aug 2019 16:30:01 +0000 (12:30 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 4 Sep 2019 15:58:22 +0000 (11:58 -0400)
Make it clear that it's the configuration of the CLI program.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I972a8555f3f0bd8e7f97191a241df50d75349251
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1956
Tested-by: jenkins <jenkins@lttng.org>
src/cli/babeltrace2.c

index 11f63494bc074c6cdc8b858c97c06987652e6a12..b42246b4f3fda238cf093476d155320e4a8d445c 100644 (file)
@@ -2716,7 +2716,7 @@ int main(int argc, const char **argv)
 
        if (!cfg) {
                BT_CLI_LOGE_APPEND_CAUSE(
-                       "Failed to create a valid Babeltrace configuration.");
+                       "Failed to create a valid Babeltrace CLI configuration.");
                retcode = 1;
                goto end;
        }
This page took 0.026635 seconds and 4 git commands to generate.