Skip to content

Commit 0fcab74

Browse files
authored
Merge pull request sciter-sdk#44 from tejohnso/master
LGTM
2 parents 791130b + ec297e4 commit 0fcab74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sciter-x-api.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127

128128
void* lib_sciter_handle = dlopen(SCITER_DLL_NAME, RTLD_LOCAL|RTLD_LAZY);
129129
if( !lib_sciter_handle ) {
130+
fprintf(stderr, "[%s] Unable to load library: %s\n", __FILE__, dlerror());
130131
const char* lookup_paths[] =
131132
{
132133
"/" SCITER_DLL_NAME,

0 commit comments

Comments
 (0)