Remove senceless log message. * add remove-senceless-log.patch - Python3 error log upon importing pycurl (bsc#1233529) Remove senceless log message. * add remove-senceless-log.patch - Python3 error log upon importing pycurl (bsc#1233529) Remove senceless log message. * add remove-senceless-log.patch - Python3 error log upon importing pycurl (bsc#1233529) Remove senceless log message. * add remove-senceless-log.patch OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=116
17 lines
522 B
Diff
17 lines
522 B
Diff
--- a/lib/dlopen.c-orig 2025-11-10 20:01:32.036410909 +0100
|
|
+++ b/lib/dlopen.c 2025-11-10 20:01:45.440527124 +0100
|
|
@@ -530,13 +530,7 @@ int _sasl_load_plugins(const add_plugin_
|
|
}
|
|
|
|
closedir(dp);
|
|
- } else {
|
|
- _sasl_log(NULL, SASL_LOG_DEBUG,
|
|
- "looking for plugins in '%s', failed to open directory, error: %s",
|
|
- str,
|
|
- strerror(errno));
|
|
}
|
|
-
|
|
} while ((c!='=') && (c!=0));
|
|
#endif /* defined(DO_DLOPEN) && (!defined(PIC) || (defined(PIC) && defined(TRY_DLOPEN_WHEN_STATIC))) */
|
|
|