summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yavta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/yavta.c b/yavta.c
index 7d9c40c..86447f3 100644
--- a/yavta.c
+++ b/yavta.c
@@ -1368,7 +1368,7 @@ static void video_print_control_value(const struct v4l2_query_ext_ctrl *query,
video_print_control_array(query, ctrl);
break;
default:
- printf("unsupported");
+ printf("unsupported type %u", query->type);
break;
}
}