parent
94269744ad
commit
5ac5938c8b
@ -366,7 +366,7 @@ public class SyncHelper {
|
|||||||
c = s.read();
|
c = s.read();
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
if (e.getMessage() != null && e.getMessage().contains("Missing contact address!")) {
|
if (e.getMessage() != null && e.getMessage().contains("Missing contact address!")) {
|
||||||
logger.warn("Sync contacts contained invalid contact, ignoring: {}", e.getMessage());
|
logger.debug("Sync contacts contained invalid contact, ignoring: {}", e.getMessage());
|
||||||
continue;
|
continue;
|
||||||
} else {
|
} else {
|
||||||
throw e;
|
throw e;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user