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

gnutls: fix compilation with 3.3.0+

parent 3fd4c0e7
......@@ -47,7 +47,7 @@ static int gnutls_Init (vlc_object_t *obj)
msg_Err (obj, "unsupported GnuTLS version");
return -1;
}
msg_Dbg (p_this, "using GnuTLS verson %s", version);
msg_Dbg (obj, "using GnuTLS verson %s", version);
return 0;
}
......
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