[farsight2/master] Fix some formatting issues

Youness Alaoui youness.alaoui at collabora.co.uk
Mon Aug 3 10:54:59 PDT 2009


---
 gst-libs/gst/farsight/fs-plugin.c    |    2 +-
 gst/fsrtpconference/fs-rtp-session.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gst-libs/gst/farsight/fs-plugin.c b/gst-libs/gst/farsight/fs-plugin.c
index ad33d07..33a517a 100644
--- a/gst-libs/gst/farsight/fs-plugin.c
+++ b/gst-libs/gst/farsight/fs-plugin.c
@@ -327,7 +327,7 @@ fs_plugin_list_available (const gchar *type_suffix)
     if (!dir)
     {
       GST_WARNING ("Could not open path %s to look for plugins: %s",
-          search_path, error ? error->message : "Unknown error");
+          *search_path, error ? error->message : "Unknown error");
       g_clear_error (&error);
       continue;
     }
diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index 8541488..670d0dd 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -3784,7 +3784,7 @@ fs_rtp_session_associate_free_substreams (FsRtpSession *session,
     }
     else
     {
-      GST_ERROR ("Could not associate a substream with its stream",
+      GST_ERROR ("Could not associate a substream with its stream : %s",
           error->message);
       fs_session_emit_error (FS_SESSION (session), error->code,
           "Could not associate a substream with its stream",
-- 
1.5.6.5




More information about the farsight-commits mailing list