debug fix

Original commit message from CVS:
debug fix
This commit is contained in:
Thomas Vander Stichele 2003-01-13 09:59:15 +00:00
parent 59bd88118f
commit 09f50aa47e

View file

@ -299,7 +299,7 @@ gst_unitconv_register_unit(const gchar *domain_name,
g_hash_table_lookup(_gst_unit_domain_defaults, domain_name) == NULL, FALSE);
}
GST_DEBUG (GST_CAT_PARAMS,"creating unit: %s\n", unit_name);
GST_DEBUG (GST_CAT_PARAMS,"creating unit: %s", unit_name);
unit = g_new0(GstUnit,1);