Commit d59cd4ab authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

messages: Use psz_object_type.

parent 1fe20800
...@@ -80,9 +80,6 @@ static void PrintMsg ( vlc_object_t *, msg_item_t * ); ...@@ -80,9 +80,6 @@ static void PrintMsg ( vlc_object_t *, msg_item_t * );
static inline char * object_description( vlc_object_t * p_this ) static inline char * object_description( vlc_object_t * p_this )
{ {
if( p_this->i_object_type == VLC_OBJECT_GENERIC
&& p_this->psz_object_name )
return strdup( p_this->psz_object_name );
return strdup( p_this->psz_object_type ); return strdup( p_this->psz_object_type );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment