Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7b94772c authored by Hawkwood Glazier's avatar Hawkwood Glazier Committed by Automerger Merge Worker
Browse files

Merge "Correct Error reported to logcat when Plugin fails to load" into tm-qpr-dev am: 5c797b88

parents 1e085469 5c797b88
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -362,8 +362,7 @@ public class PluginActionManager<T extends Plugin> {
        nb.addAction(new Action.Builder(null, "Disable plugin", pi).build());
        mNotificationManager.notify(SystemMessage.NOTE_PLUGIN, nb.build());
        // TODO: Warn user.
        Log.w(TAG, "Plugin has invalid interface version " + e.getActualVersion()
                + ", expected " + e.getExpectedVersion());
        Log.w(TAG, "Error loading plugin; " + e.getMessage());
    }

    /**