From d24a5ecb933fd016de9cd6b863306d9bd2b6323e Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Wed, 18 Jul 2012 17:03:45 +0200 Subject: [PATCH] gstpoll: Improve warning message when re-adding fd to fdset Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680181 --- gst/gstpoll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstpoll.c b/gst/gstpoll.c index e42f7f64fc..5a0a88665f 100644 --- a/gst/gstpoll.c +++ b/gst/gstpoll.c @@ -755,7 +755,7 @@ gst_poll_add_fd_unlocked (GstPoll * set, GstPollFD * fd) #endif MARK_REBUILD (set); } else { - GST_WARNING ("%p: couldn't find fd !", set); + GST_WARNING ("%p: fd already added !", set); } return TRUE;