diff --git a/gst/gstminiobject.c b/gst/gstminiobject.c index c45f082989..17fd67a07a 100644 --- a/gst/gstminiobject.c +++ b/gst/gstminiobject.c @@ -633,7 +633,8 @@ gst_mini_object_weak_unref (GstMiniObject * object, if ((i = find_notify (object, weak_ref_quark, TRUE, notify, data)) != -1) { remove_notify (object, i); } else { - g_warning ("%s: couldn't find weak ref %p(%p)", G_STRFUNC, notify, data); + g_warning ("%s: couldn't find weak ref %p (object:%p data:%p)", G_STRFUNC, + notify, object, data); } G_UNLOCK (qdata_mutex); }