Fix a typo in IpConfigStore.
Change-Id: I1fc845bf4547ae9a86db02ed29b6d5ba60a01277
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user