Fix a typo in IpConfigStore.

Change-Id: I1fc845bf4547ae9a86db02ed29b6d5ba60a01277
This commit is contained in:
Lorenzo Colitti
2014-05-21 16:30:22 -07:00
parent e36bfe74f3
commit eeae94e9cd

View File

@@ -305,7 +305,7 @@ public class IpConfigStore {
} }
} catch (EOFException ignore) { } catch (EOFException ignore) {
} catch (IOException e) { } catch (IOException e) {
loge("Error parsing configuration" + e); loge("Error parsing configuration: " + e);
} finally { } finally {
if (in != null) { if (in != null) {
try { try {