Kaydet (Commit) 3c4c1170 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

I want to see what unknown library is required always

Change-Id: I7e0eb7ba3be8ac2b70e6a56d84c1a890be0ba396
üst 835a0a97
...@@ -41,9 +41,7 @@ ...@@ -41,9 +41,7 @@
#include "com/sun/star/beans/XPropertySet.hpp" #include "com/sun/star/beans/XPropertySet.hpp"
#if OSL_DEBUG_LEVEL > 1
#include <stdio.h> #include <stdio.h>
#endif
#include <vector> #include <vector>
#ifdef IOS #ifdef IOS
...@@ -570,9 +568,7 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory( ...@@ -570,9 +568,7 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory(
} }
if ( pSym == NULL ) if ( pSym == NULL )
{ {
#if OSL_DEBUG_LEVEL > 1
fprintf( stderr, "attempting to load unknown library %s\n", OUStringToOString( rLibName, RTL_TEXTENCODING_ASCII_US ).getStr() ); fprintf( stderr, "attempting to load unknown library %s\n", OUStringToOString( rLibName, RTL_TEXTENCODING_ASCII_US ).getStr() );
#endif
assert( !"Attempt to load unknown library" ); assert( !"Attempt to load unknown library" );
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment