Add support for output plugins

This commit is contained in:
TheAssassin
2018-06-20 00:39:30 +02:00
parent f1d8c807f3
commit c5d15b54ba
2 changed files with 30 additions and 1 deletions

View File

@@ -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;