aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/software_volume.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/software_volume.c b/test/software_volume.c
index 75099d13a..176ba4e06 100644
--- a/test/software_volume.c
+++ b/test/software_volume.c
@@ -51,7 +51,8 @@ int main(int argc, char **argv)
if (argc > 1) {
ret = audio_format_parse(&audio_format, argv[1], &error);
if (!ret) {
- g_printerr("Failed to parse audio format: %s\n");
+ g_printerr("Failed to parse audio format: %s\n",
+ error->message);
return 1;
}
}