diff options
author | mfe <mfe@openoffice.org> | 2001-02-20 09:35:38 +0000 |
---|---|---|
committer | mfe <mfe@openoffice.org> | 2001-02-20 09:35:38 +0000 |
commit | e3adfcc9493b045c814262d5bb0e8e43bb346139 (patch) | |
tree | b99442646e62e5ff8a9cd478339af9bd893bb8ec /sal | |
parent | 780a743ea8892173fd06d779bc543bbbc06e655c (diff) |
#83978# : no debug output
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/module.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sal/osl/unx/module.c b/sal/osl/unx/module.c index 79079b77dd6a..dd0d9967ea70 100644 --- a/sal/osl/unx/module.c +++ b/sal/osl/unx/module.c @@ -2,9 +2,9 @@ * * $RCSfile: module.c,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mfe $ $Date: 2001-02-19 16:34:03 $ + * last change: $Author: mfe $ $Date: 2001-02-20 10:35:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -191,8 +191,9 @@ oslModule SAL_CALL osl_loadModule(rtl_uString *ustrModuleName, sal_Int32 nRtldMo pszModuleName=rtl_string_getStr(strModuleName); +#if defined(DEBUG) fprintf(stderr,"lib to load : [%s]\n",pszModuleName); - +#endif if ( strncmp(pszModuleName,"//./",4) == 0 ) pszModuleName+=3; |