ges; Minor debug enhancement
authorThibault Saunier <tsaunier@gnome.org>
Thu, 16 Jul 2015 08:53:17 +0000 (10:53 +0200)
committerThibault Saunier <tsaunier@gnome.org>
Thu, 16 Jul 2015 08:53:17 +0000 (10:53 +0200)
ges/ges-timeline-element.c

index 2530561..eb7d88c 100644 (file)
@@ -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;
   }
 }