summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-02-26 16:41:49 +0100
committerRobin Gareus <robin@gareus.org>2019-02-26 17:01:37 +0100
commitbc9bf87dde26f71841d8263d89023e09a7818c1f (patch)
treecfab41810ca45178a1f06918f5b5492e4b1f266f
parent711965b1a99babfe9db09444d733ce26276aaf14 (diff)
Debug AudioGrapher::CmdPipeWriter<> command
-rw-r--r--libs/ardour/export_graph_builder.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/export_graph_builder.cc b/libs/ardour/export_graph_builder.cc
index b425845786..b65db8d633 100644
--- a/libs/ardour/export_graph_builder.cc
+++ b/libs/ardour/export_graph_builder.cc
@@ -381,6 +381,7 @@ ExportGraphBuilder::Encoder::init_writer (boost::shared_ptr<AudioGrapher::CmdPip
/* argp is free()d in ~SystemExec,
* SystemExec is deleted when writer is destroyed */
ARDOUR::SystemExec* exec = new ARDOUR::SystemExec (ffmpeg_exe, argp);
+ PBD::info << "Encode command: { " << exec->to_s () << "}" << endmsg;
if (exec->start(0)) {
throw ExportFailed ("External encoder (ffmpeg) cannot be started.");
}