Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 9 Oct 2014 14:26:43 +0000 (10:26 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 9 Oct 2014 14:26:57 +0000 (10:26 -0400)
src/lib/debug.c

index a844e01..ca93b36 100644 (file)
@@ -1031,7 +1031,7 @@ inline void fr_verify_vp(char const *file, int line, VALUE_PAIR const *vp)
                da = dict_attrbyname(vp->da->name);
                if (!da) {
                        FR_FAULT_LOG("CONSISTENCY CHECK FAILED %s[%u]: VALUE_PAIR has invalid dictionary entry.  "
-                                    "VALUE_PAIR dictionary was %p \"%s\", but this attribute is not defined in ",
+                                    "VALUE_PAIR dictionary was %p \"%s\", but this attribute is not defined in "
                                     "the main dictionary\n",
                                     file, line, vp->da, vp->da->name);
                        fr_assert(0);