better warning (?)

Original commit message from CVS:
better warning (?)
This commit is contained in:
Thomas Vander Stichele 2002-09-15 18:20:41 +00:00
parent 697c3740d7
commit f0c104309d

View file

@ -783,7 +783,8 @@ gst_bin_iterate_func (GstBin * bin)
}
}
else {
g_warning ("bin \"%s\" can't be iterated on!\n", GST_ELEMENT_NAME (bin));
g_warning ("bin \"%s\" is not the managing bin, can't be iterated on!\n",
GST_ELEMENT_NAME (bin));
}
return FALSE;