Signed-off-by: Peter Feiner <pfeiner@xxxxxxxxxx> --- lib/libcflat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libcflat.h b/lib/libcflat.h index 39100f2..1f0049c 100644 --- a/lib/libcflat.h +++ b/lib/libcflat.h @@ -74,7 +74,8 @@ extern int report_summary(void); #define assert(cond) \ do { \ if (!(cond)) \ - printf("%s:%d: assert failed\n", __FILE__, __LINE__), \ + printf("%s:%d: assert failed: %s\n", \ + __FILE__, __LINE__, #cond), \ abort(); \ } while (0) -- 2.7.0.rc3.207.g0ac5344 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html