@@ -3231,11 +3231,11 @@ } if (pSlotList == NULL) { *pulCount = slot_count; - CACKEY_DEBUG_PRINTF("Returning CKR_OK (%i)", CKR_OK); + CACKEY_DEBUG_PRINTF("Returning CKR_OK (%i). Found %lu readers, but not storing IDs (pSlotList == NULL)", CKR_OK, (unsigned long) slot_count); return(CKR_OK); } count = *pulCount;