]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Note which Auth-Type we're creating
authorAlan T. DeKok <aland@freeradius.org>
Wed, 14 Sep 2011 10:11:07 +0000 (12:11 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 16 Sep 2011 09:39:44 +0000 (11:39 +0200)
src/main/modules.c

index 8984f92d45ae1211b1112e255c571d9c33e9685c..2ef969ce58cae32b2b31b326e245e2bbcc245de0 100644 (file)
@@ -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;