]> 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>
Wed, 14 Sep 2011 10:11:07 +0000 (12:11 +0200)
src/main/modules.c

index 99a8fef4e0e26dc7dfb47080ef1d33f23d2a9068..5dcdc9ec649cecb0f85df939a80a445ddef1e132 100644 (file)
@@ -822,6 +822,7 @@ static int define_type(const DICT_ATTR *dattr, const char *name)
                value = fr_rand() & 0x00ffffff;
        } while (dict_valbyattr(dattr->attr, 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;