mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-07 12:21:17 +00:00
gstpoll: Improve warning message when re-adding fd to fdset
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680181
This commit is contained in:
parent
ba310f0809
commit
d24a5ecb93
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue