More informative warning message
This commit is contained in:
parent
5c61f5d894
commit
cc3d8ac247
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ oslModule SAL_CALL osl_loadModuleAscii(const sal_Char *pModuleName, sal_Int32 nR
|
|||
|
||||
#else /* DISABLE_DYNLOADING */
|
||||
(void) nRtldMode;
|
||||
printf("No DL Functions\n");
|
||||
fprintf(stderr, "No DL Functions, osl_loadModuleAscii(%s) does nothing\n", pModuleName);
|
||||
#endif /* DISABLE_DYNLOADING */
|
||||
}
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in a new issue