Commit 279f97ec authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

MMS: use vlc_strerror_c()

parent c21fb70c
......@@ -1090,7 +1090,7 @@ static int NetFillBuffer( access_t *p_access )
if( i_ret < 0 )
{
msg_Err( p_access, "network poll error (%m)" );
msg_Err( p_access, "network poll error: %s", vlc_strerror_c(errno) );
return -1;
}
......
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