From 8d866c5df3043711fb077d5d5abbf4cf5af041ee Mon Sep 17 00:00:00 2001 From: Olivier Beytrison Date: Thu, 20 Dec 2012 07:59:22 +0100 Subject: [PATCH] fix-typo --- src/modules/rlm_eap/mem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/rlm_eap/mem.c b/src/modules/rlm_eap/mem.c index d5e2331c30f..dc219a781f3 100644 --- a/src/modules/rlm_eap/mem.c +++ b/src/modules/rlm_eap/mem.c @@ -343,7 +343,7 @@ static void eaplist_expire(rlm_eap_t *inst, REQUEST *request, time_t timestamp) handler = inst->session_head; if (!handler) break; - RDEBUG("Expiring EAP session with state" + RDEBUG("Expiring EAP session with state " "0x%02x%02x%02x%02x%02x%02x%02x%02x", handler->state[0], handler->state[1], handler->state[2], handler->state[3], -- 2.47.3