summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-04-16 23:37:12 +0300
committerTor Lillqvist <tml@iki.fi>2012-04-17 00:28:46 +0300
commitcc3d8ac247090d54815abc0a9e68558de133a7e0 (patch)
tree6bd1dd5138d86b1e686f93ea5828eb6be7ce4a14 /sal
parent5c61f5d8948cae3e8251f38359c2da4e29c32c4e (diff)
More informative warning message
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/module.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/module.cxx b/sal/osl/unx/module.cxx
index e430cd39e351..a68a105e7fb7 100644
--- a/sal/osl/unx/module.cxx
+++ b/sal/osl/unx/module.cxx
@@ -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;