mirror of
https://github.com/corda/corda.git
synced 2025-03-12 15:34:58 +00:00
print error message on failed dlopen if Verbose is true in posix.cpp
This commit is contained in:
parent
74a87a7f4f
commit
ca251dfa17
@ -755,7 +755,9 @@ class MySystem: public System {
|
||||
|
||||
return 0;
|
||||
} else {
|
||||
// fprintf(stderr, "dlerror: %s\n", dlerror());
|
||||
if (Verbose) {
|
||||
fprintf(stderr, "dlerror opening %s: %s\n", name, dlerror());
|
||||
}
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user