X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_repository.c;h=df83e9efa7f59580dd2ad3dc358fb99ef10d8720;hb=51f99c29759e71318c4c575f8a68cf1b5d1c5137;hp=715039798e8b4374a5290428409b67f2a01ca72c;hpb=60a3b9ce71d1e69c26f4359cee87358fe944f86e;p=melted diff --git a/src/framework/mlt_repository.c b/src/framework/mlt_repository.c index 7150397..df83e9e 100644 --- a/src/framework/mlt_repository.c +++ b/src/framework/mlt_repository.c @@ -24,6 +24,7 @@ #include "mlt_repository.h" #include "mlt_properties.h" #include "mlt_tokeniser.h" +#include "mlt_log.h" #include #include @@ -99,7 +100,7 @@ mlt_repository mlt_repository_init( const char *directory ) } else if ( strstr( object_name, "libmlt" ) ) { - fprintf( stderr, "%s, %s: failed to dlopen %s\n (%s)\n", __FILE__, __FUNCTION__, object_name, dlerror() ); + mlt_log( NULL, MLT_LOG_WARNING, "%s: failed to dlopen %s\n (%s)\n", __FUNCTION__, object_name, dlerror() ); } }