]> git.sesse.net Git - vlc/blobdiff - src/misc/objects.c
s/pl_Yield/pl_Hold/
[vlc] / src / misc / objects.c
index 3917787025cfdaefc889f6b16b4f2deba329d806..1aae3109a3e22fedfe102641b48790e846e40e41 100644 (file)
@@ -535,7 +535,7 @@ void * __vlc_object_find( vlc_object_t *p_this, int i_type, int i_mode )
 #ifndef NDEBUG
         if (i_type == VLC_OBJECT_PLAYLIST)
            msg_Err (p_this, "using vlc_object_find(VLC_OBJECT_PLAYLIST) "
-                     "instead of pl_Yield()");
+                     "instead of pl_Hold()");
 #endif
         return vlc_object_find (p_this->p_libvlc, i_type,
                                 (i_mode & ~0x000f)|FIND_CHILD);