Mercurial > hg > vamp-plugin-sdk
changeset 536:74c5b0bfa108
Merge
author | Chris Cannam |
---|---|
date | Tue, 03 Mar 2020 11:48:28 +0000 |
parents | 45b2bd15d8ae (diff) c42e50a5c297 (current diff) |
children | b9422f3e63a4 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/vamp-hostsdk/Files.cpp Tue Nov 12 14:17:03 2019 +0000 +++ b/src/vamp-hostsdk/Files.cpp Tue Mar 03 11:48:28 2020 +0000 @@ -173,7 +173,7 @@ #endif if (!handle) { cerr << "Vamp::HostExt: Unable to load library \"" - << path << "\"" << endl; + << path << "\": error code " << GetLastError() << endl; } #else handle = dlopen(path.c_str(), RTLD_LAZY | RTLD_LOCAL);