X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_repository.c;h=715039798e8b4374a5290428409b67f2a01ca72c;hb=155087f253fe520bac16f947d815645e3ee551c1;hp=f821abb414f45fa9035421ac0895198ca509f5cb;hpb=43b8637d43111412e4de944a4eeb3668ab838f9b;p=melted diff --git a/src/framework/mlt_repository.c b/src/framework/mlt_repository.c index f821abb..7150397 100644 --- a/src/framework/mlt_repository.c +++ b/src/framework/mlt_repository.c @@ -99,7 +99,7 @@ mlt_repository mlt_repository_init( const char *directory ) } else if ( strstr( object_name, "libmlt" ) ) { - fprintf( stderr, "%s, %s: failed to dlopen %s\n", __FILE__, __FUNCTION__, object_name ); + fprintf( stderr, "%s, %s: failed to dlopen %s\n (%s)\n", __FILE__, __FUNCTION__, object_name, dlerror() ); } }