Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 11 Dec 2014 13:31:30 +0000 (08:31 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 11 Dec 2014 14:38:31 +0000 (09:38 -0500)
src/lib/debug.c

index e53f779..1093780 100644 (file)
@@ -1126,7 +1126,7 @@ inline void fr_verify_vp(char const *file, int line, VALUE_PAIR const *vp)
 
                parent = talloc_parent(vp->data.ptr);
                if (parent != vp) {
-                       FR_FAULT_LOG("CONSISTENCY CHECK FAILED %s[%u]: VALUE_PAIR \"%s\" uint8_t buffer is not "
+                       FR_FAULT_LOG("CONSISTENCY CHECK FAILED %s[%u]: VALUE_PAIR \"%s\" char buffer is not "
                                     "parented by VALUE_PAIR %p, instead parented by %p (%s)\n",
                                     file, line, vp->da->name,
                                     vp, parent, parent ? talloc_get_name(parent) : "NULL");