Fix installer warning logs logic

This commit is contained in:
Daniel Martí 2014-09-15 10:59:54 +02:00
parent 4f06d0081e
commit 481cd91646

View File

@ -129,9 +129,9 @@ abstract public class Installer {
} catch (AndroidNotCompatibleException e) { } catch (AndroidNotCompatibleException e) {
Log.e(TAG, "Android not compatible with SystemInstaller!", e); Log.e(TAG, "Android not compatible with SystemInstaller!", e);
} }
} else {
Log.e(TAG, "SystemInstaller is enabled in prefs, but system-perms are not granted!");
} }
} else {
Log.e(TAG, "SystemInstaller is enabled in prefs, but system-perms are not granted!");
} }
// Fallback -> DefaultInstaller // Fallback -> DefaultInstaller