aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/bug13.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/bug13.c')
-rw-r--r--stdio-common/bug13.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/bug13.c b/stdio-common/bug13.c
index 17b7ff9825..1eca8185ca 100644
--- a/stdio-common/bug13.c
+++ b/stdio-common/bug13.c
@@ -11,7 +11,7 @@ main (void)
#define TEST(nr, result, format, args...) \
if (sprintf (buf, format, ## args) != result) \
{ \
- printf ("test %d failed\n", nr); \
+ printf ("test %d failed (\"%s\", %d)\n", nr, buf, result); \
res = 1; \
}