Skip to content
Snippets Groups Projects
Commit 37e8f931 authored by gela's avatar gela Committed by Beatriz Rizental
Browse files

Bug 1929478 - Update log statement r=skhan

parent 55b65e52
Branches
Tags
1 merge request!1527Bug 43808: Rebase 128.10.1 onto 128.11
......@@ -211,7 +211,7 @@ public final class GeckoLoader {
throw new IllegalStateException("Invalid library path for libmozglue.so: " + mozglue);
}
final String base = mozglue.substring(0, lastSlash);
Log.i(LOGTAG, "Library base=" + base);
Log.d(LOGTAG, "Library base=" + base);
return base;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment