remove \n

Original commit message from CVS:
remove \n
This commit is contained in:
Thomas Vander Stichele 2004-05-09 18:18:14 +00:00
parent 1512ad8d3d
commit e118149521

View file

@ -358,7 +358,7 @@ gst_unitconv_register_convert_func (gchar * from_unit_named,
g_return_val_if_fail (g_hash_table_lookup (convert_funcs, to_unit) == NULL,
FALSE);
GST_DEBUG ("adding unit converter from %s to %s\n",
GST_DEBUG ("adding unit converter from %s to %s",
g_param_spec_get_name (from_unit->unit_spec),
g_param_spec_get_name (to_unit->unit_spec));