souphttpsrc: Fix debug statement

This commit is contained in:
Edward Hervey 2010-09-21 11:52:22 +02:00
parent 52f5e95aee
commit bc9fb6ad83

View file

@ -862,7 +862,7 @@ gst_soup_http_src_got_headers_cb (SoupMessage * msg, GstSoupHTTPSrc * src)
src->seekable = FALSE;
GST_ELEMENT_ERROR (src, RESOURCE, SEEK,
(_("Server does not support seeking.")),
("Server does not accept Range HTTP header, URL: ", src->location));
("Server does not accept Range HTTP header, URL: %s", src->location));
src->ret = GST_FLOW_ERROR;
}
}