Skip to content
Snippets Groups Projects
Commit 44ffdb84 authored by Thomas Guillem's avatar Thomas Guillem Committed by Geoffrey Métais
Browse files

LibVLC: don't scare users if anw load fails

(cherry picked from commit 8e870eb5)
parent c443e37c
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ public class LibVLC extends VLCObject<LibVLC.Event> {
else
System.loadLibrary("anw.21");
} catch (Throwable t) {
Log.w(TAG, "Unable to load the anw library: " + t);
Log.d(TAG, "anw library not loaded");
}
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment