Commit 2009312e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix invalid debug message

parent a73bf136
...@@ -127,7 +127,7 @@ static int net_SetMcastIface( vlc_object_t *p_this, ...@@ -127,7 +127,7 @@ static int net_SetMcastIface( vlc_object_t *p_this,
sizeof( addr ) ) < 0 ) sizeof( addr ) ) < 0 )
{ {
msg_Err( p_this, "Cannot use %s as multicast interface: %s", msg_Err( p_this, "Cannot use %s as multicast interface: %s",
strerror(errno) ); str, strerror(errno) );
return VLC_EGENERIC; return VLC_EGENERIC;
} }
break; break;
......
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