mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-13 15:19:49 -05:00
Add support for output plugins
This commit is contained in:
@@ -124,7 +124,7 @@ namespace linuxdeploy {
|
||||
auto log = linuxdeploy::core::log::ldLog();
|
||||
log << "Running process:";
|
||||
for (const auto& arg : args) {
|
||||
log << arg;
|
||||
log << "" << arg;
|
||||
}
|
||||
log << std::endl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user