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

Commit 56cf7c51 authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Fix a typo in IpConfigStore.

Change-Id: I1fc845bf4547ae9a86db02ed29b6d5ba60a01277
parent 193909da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -305,7 +305,7 @@ public class IpConfigStore {
            }
        } catch (EOFException ignore) {
        } catch (IOException e) {
            loge("Error parsing configuration" + e);
            loge("Error parsing configuration: " + e);
        } finally {
            if (in != null) {
                try {