cli/babeltrace.c: add logging when the command completes
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 13 May 2017 01:16:15 +0000 (21:16 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:43 +0000 (12:57 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
cli/babeltrace.c

index 4f1f8b1f4d4a1852cbd438a2be870f1c66b40456..4a0a25c56aa2e5a90308178e98acbdbcbe2a5571 100644 (file)
@@ -1811,6 +1811,8 @@ int main(int argc, const char **argv)
                assert(false);
        }
 
+       BT_LOGI("Command completed: cmd=%d, command-name=\"%s\", ret=%d",
+               cfg->command, cfg->command_name, ret);
        warn_command_name_and_directory_clash(cfg);
        retcode = ret ? 1 : 0;
 
This page took 0.025471 seconds and 4 git commands to generate.