souphttpsrc: Fix debug statement
authorEdward Hervey <bilboed@bilboed.com>
Tue, 21 Sep 2010 09:52:22 +0000 (11:52 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 21 Sep 2010 09:52:54 +0000 (11:52 +0200)
ext/soup/gstsouphttpsrc.c

index 48a768d..efb67c0 100644 (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;
   }
 }