[gcr: 1/4] gck-slot: Fix warning string on GckTokenInfo failure




commit 062413bb69a33c3e14478758cc0ed547e0acd2a6
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date:   Fri Nov 13 20:30:20 2020 +0100

    gck-slot: Fix warning string on GckTokenInfo failure

 gck/gck-slot.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gck/gck-slot.c b/gck/gck-slot.c
index 8ef960e..d97dbea 100644
--- a/gck/gck-slot.c
+++ b/gck/gck-slot.c
@@ -702,7 +702,7 @@ gck_slot_get_token_info (GckSlot *self)
        g_object_unref (module);
 
        if (rv != CKR_OK) {
-               g_warning ("couldn't get slot info: %s", gck_message_from_rv (rv));
+               g_warning ("couldn't get token info: %s", gck_message_from_rv (rv));
                return NULL;
        }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]