diff --git a/lib/util/debug.c b/lib/util/debug.c index 108161e..efe6988 100644 --- a/lib/util/debug.c +++ b/lib/util/debug.c @@ -953,7 +953,7 @@ bool dbghdrclass(int level, int cls, const char *location, const char *func) slprintf(header_str + hs_len, sizeof(header_str) -1 - hs_len, ", class=%s", - default_classname_table[cls]); + classname_table[cls]); } /* Print it all out at once to prevent split syslog output. */