Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 5 Nov 2014 22:40:06 +0000 (17:40 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 5 Nov 2014 22:40:13 +0000 (17:40 -0500)
src/modules/rlm_example/rlm_example.c

index c0c78c0..ac866d4 100644 (file)
@@ -89,7 +89,7 @@ static int mod_instantiate(CONF_SECTION *conf, void *instance)
        }
 
        if (dict_addattr("Example-Paircmp", -1, 0, PW_TYPE_STRING, flags) < 0) {
-               ERROR("Failed creating paircmp attribute", fr_strerror());
+               ERROR("Failed creating paircmp attribute: %s", fr_strerror());
 
                return -1;
        }