diff --git a/src/user/contact.ts b/src/user/contact.ts index fd52cd63d2b740ff52bfbe27c97ad87b45d9e920..574cb9f16b3ecb52c83e9ac2d4b74b236ce14526 100644 --- a/src/user/contact.ts +++ b/src/user/contact.ts @@ -232,7 +232,7 @@ export class Contact extends Accessory implements Sayable { batchContactList.map( c => c.ready() .catch(e => { - log.error('Contact', 'findAll() ready() exception: %s', e.message) + log.error('Contact', 'findAll() contact.ready() exception: %s', e.message) invalidDict[c.id] = true }), ),