Blame SOURCES/opencryptoki-3.5-syslog-warning.patch

95b452
commit 786b6a4223119501f4aa7faf5a413c1ba10e38f6
95b452
Author: Vineetha Pai <vpishar@us.ibm.com>
95b452
Date:   Tue May 31 15:15:14 2016 -0400
95b452
95b452
    Downgraded a syslog error to warning
95b452
    Signed-off-by: Vineetha Pai <vpishar@us.ibm.com>
95b452
95b452
diff --git a/usr/lib/pkcs11/api/apiutil.c b/usr/lib/pkcs11/api/apiutil.c
95b452
index ce0dc18..ec50f71 100755
95b452
--- a/usr/lib/pkcs11/api/apiutil.c
95b452
+++ b/usr/lib/pkcs11/api/apiutil.c
95b452
@@ -820,7 +820,7 @@ DLL_Load_t *dllload;
95b452
 
95b452
 	} else {
95b452
 		char *e = dlerror();
95b452
-		OCK_SYSLOG(LOG_ERR,
95b452
+		OCK_SYSLOG(LOG_WARNING,
95b452
 			   "%s: dlopen() failed for [%s]; dlerror = [%s]\n",
95b452
 			   __FUNCTION__, sinfp->dll_location, e);
95b452
 		TRACE_DEVEL("DL_Load of %s failed, dlerror: %s\n",