[farsight2/master] Make the error message clearer

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:20:14 PST 2008


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

diff --git a/gst/fsrtpconference/fs-rtp-session.c b/gst/fsrtpconference/fs-rtp-session.c
index daca09c..4319538 100644
--- a/gst/fsrtpconference/fs-rtp-session.c
+++ b/gst/fsrtpconference/fs-rtp-session.c
@@ -1564,7 +1564,7 @@ _create_ghost_pad (GstElement *current_element, const gchar *padname, GstElement
 
   if (!pad) {
     g_set_error (error, FS_ERROR, FS_ERROR_CONSTRUCTION,
-      "Could not find the %s on the element", padname);
+      "Could not find the %s pad on the element", padname);
       return FALSE;
   }
 
-- 
1.5.6.5




More information about the farsight-commits mailing list