summaryrefslogtreecommitdiffstats
path: root/src/erec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/erec.c')
-rw-r--r--src/erec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/erec.c b/src/erec.c
index 554a406c..f2b0ce66 100644
--- a/src/erec.c
+++ b/src/erec.c
@@ -97,7 +97,7 @@ void erec_print(FILE *f, const struct error_record *erec)
case INDESC_NETLINK:
break;
default:
- BUG();
+ BUG("invalid input descriptor type %u\n", indesc->type);
}
if (indesc->type == INDESC_NETLINK) {