Mercurial > hg > vamp-plugin-load-checker
changeset 22:386de1be6226
A bit more log info useful for win32/x64
author | Chris Cannam |
---|---|
date | Thu, 03 Nov 2016 16:42:46 +0000 |
parents | fcaaabca1734 |
children | 65b6c64992dd |
files | src/plugincandidates.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/plugincandidates.cpp Tue Nov 01 16:02:15 2016 +0000 +++ b/src/plugincandidates.cpp Thu Nov 03 16:42:46 2016 +0000 @@ -142,7 +142,7 @@ { vector<string> output; - log("running helper with following library list:\n"); + log("running helper " + m_helper + " with following library list:\n"); for (auto &lib: libraries) log(lib + "\n"); QProcess process;