Verification sync logging: include whether it was from contact sync

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-07-10 18:25:21 -07:00
parent 4124d5cb9b
commit 9ba5aaa54d

View file

@ -308,7 +308,8 @@
break;
}
console.log('got verified sync for', number, state);
console.log('got verified sync for', number, state,
ev.viaContactSync ? 'via contact sync' : '');
var contact = ConversationController.get(number);
if (!contact) {