fixes

diff --git a/libasn1fix/asn1fix_param.c b/libasn1fix/asn1fix_param.c
index ba624cb..159dbbc 100644
--- a/libasn1fix/asn1fix_param.c
+++ b/libasn1fix/asn1fix_param.c
@@ -64,7 +64,8 @@
 	&& (from)->tag.tag_class) {				\
 		FATAL("Layered tagging in parametrization "	\
 		"is not yet supported, "			\
-		"contact asn1c author for assistance with");	\
+		"contact asn1c author for assistance "		\
+		"with line %d", (to)->_lineno);			\
 		return -1;					\
 	}							\
 	/* This code shall not be invoked too early */		\