summaryrefslogtreecommitdiffstats
path: root/tests/test_decode3.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_decode3.c')
-rw-r--r--tests/test_decode3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_decode3.c b/tests/test_decode3.c
index 30a8afa7..4f55b558 100644
--- a/tests/test_decode3.c
+++ b/tests/test_decode3.c
@@ -89,7 +89,7 @@ int main()
/* Decode and print out the stuff */
if (!check_alltypes(&stream))
{
- printf("Parsing failed.\n");
+ printf("Parsing failed: %s\n", PB_GET_ERROR(&stream));
return 1;
} else {
return 0;