gstpoll: Improve warning message when re-adding fd to fdset
authorSebastian Rasmussen <sebrn@axis.com>
Wed, 18 Jul 2012 15:03:45 +0000 (17:03 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Mon, 23 Jul 2012 10:11:16 +0000 (12:11 +0200)
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680181

gst/gstpoll.c

index e42f7f6..5a0a886 100644 (file)
@@ -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;