cli/babeltrace.c: add logging when the command completes
[babeltrace.git] / 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.023545 seconds and 4 git commands to generate.