From: Alan T. DeKok Date: Fri, 24 Aug 2012 15:44:02 +0000 (+0200) Subject: Unblocked, not blocked X-Git-Tag: release_2_2_0~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d159c75bc9f068ba52590eeeaa92f83fa67306e5;p=thirdparty%2Ffreeradius-server.git Unblocked, not blocked --- diff --git a/src/main/modcall.c b/src/main/modcall.c index e79973eeb1d..bb1112d7ec4 100644 --- a/src/main/modcall.c +++ b/src/main/modcall.c @@ -312,7 +312,7 @@ static int call_modsingle(int component, modsingle *sp, REQUEST *request) */ blocked = (request->master_state == REQUEST_STOP_PROCESSING); if (blocked) { - radlog(L_INFO, "WARNING: Module %s became blocked for request %u", + radlog(L_INFO, "WARNING: Module %s became unblocked for request %u", sp->modinst->entry->name, request->number); }