From 108528b63df447fe64ff443ee988335d02e9a98a Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 13 Feb 2016 01:39:41 +0100 Subject: amend d814acb - SystemExec/Export debugging --- libs/ardour/export_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/export_handler.cc') diff --git a/libs/ardour/export_handler.cc b/libs/ardour/export_handler.cc index 96e8052bf4..c36a6da0c7 100644 --- a/libs/ardour/export_handler.cc +++ b/libs/ardour/export_handler.cc @@ -355,7 +355,7 @@ ExportHandler::finish_timespan () subs.insert (std::pair ('n', session.name ())); ARDOUR::SystemExec *se = new ARDOUR::SystemExec(fmt->command(), subs); - info << "Post-export command line : {" << se->GetString() << "}" << endmsg; + info << "Post-export command line : {" << se->to_s () << "}" << endmsg; se->ReadStdout.connect_same_thread(command_connection, boost::bind(&ExportHandler::command_output, this, _1, _2)); int ret = se->start (2); if (ret == 0) { -- cgit v1.2.3