mod_debug(): print nicer layout for long module type

This commit is contained in:
Richard Aas 2013-05-20 11:26:42 +00:00
parent 958c43bdcf
commit f6e4ccd88b

View file

@ -224,7 +224,7 @@ int mod_debug(struct re_printf *pf, void *unused)
const struct mod *m = le->data;
const struct mod_export *me = m->me;
err = re_hprintf(pf, " %16s type=%-6s ref=%u\n",
err = re_hprintf(pf, " %16s type=%-12s ref=%u\n",
me->name, me->type, mem_nrefs(m));
}