Verified Commit 32f2e3cf authored by gela's avatar gela Committed by ma1
Browse files

Bug 1929478 - Update log statement r=skhan

parent 82a860d6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  }