From 6fc6ce29f9d614275229292a288533f6a340c7e6 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 16 Jul 2015 10:53:17 +0200 Subject: [PATCH] ges; Minor debug enhancement --- ges/ges-timeline-element.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ges/ges-timeline-element.c b/ges/ges-timeline-element.c index 2530561704..eb7d88c63a 100644 --- a/ges/ges-timeline-element.c +++ b/ges/ges-timeline-element.c @@ -1215,7 +1215,8 @@ ges_timeline_element_set_name (GESTimelineElement * self, const gchar * name) /* error */ had_timeline: { - GST_WARNING ("Objects already in a timeline can't be renamed"); + GST_WARNING ("Object %s already in a timeline can't be renamed to %s", + self->name, name); return FALSE; } }