From 356d3460f2fad27e9f7a9d2cabca2d58eacf356f Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 8 Dec 2008 18:19:35 +0000 Subject: Turn warning about function list into an info. --- src/module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module.c b/src/module.c index 7911bf2..baf9cbe 100644 --- a/src/module.c +++ b/src/module.c @@ -318,7 +318,7 @@ p11t_module_load(const char *filename) P11T_CHECK_RV("Call through function list", rv, CKR_OK); if(!memcmp(list, p11t_module_funcs, sizeof(*list)) != 0) - P11T_CHECK_FAIL("See if returns same data as library entry point"); + p11t_check_info("Call doesn't return same data as library C_GetFunctionList entry point"); } return CONTINUE; -- cgit v1.2.3