mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-28 18:10:38 +00:00
parent
94269744ad
commit
5ac5938c8b
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ public class SyncHelper {
|
|||
c = s.read();
|
||||
} catch (IOException e) {
|
||||
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;
|
||||
} else {
|
||||
throw e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue