From: Alan T. DeKok Date: Wed, 14 Sep 2011 10:11:07 +0000 (+0200) Subject: Note which Auth-Type we're creating X-Git-Tag: release_3_0_0_beta0~637 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=743bd8d03f17384c1ca9c0cf0719b3e3ddbbdbd5;p=thirdparty%2Ffreeradius-server.git Note which Auth-Type we're creating --- diff --git a/src/main/modules.c b/src/main/modules.c index 8984f92d45a..2ef969ce58c 100644 --- a/src/main/modules.c +++ b/src/main/modules.c @@ -873,6 +873,7 @@ static int define_type(const DICT_ATTR *dattr, const char *name) value = fr_rand() & 0x00ffffff; } while (dict_valbyattr(dattr->attr, dattr->vendor, value)); + DEBUG2(" Module: Creating %s = %s", dattr->name, name); if (dict_addvalue(name, dattr->name, value) < 0) { radlog(L_ERR, "%s", fr_strerror()); return 0;