From 95bbccb4e355d369a2c23df5b51b3befcf0382c3 Mon Sep 17 00:00:00 2001 From: "Zhuohuan LI (CARPE DIEM)" Date: Mon, 31 Oct 2016 21:28:57 +0800 Subject: [PATCH] #34 add `Contact.remark(newRemark: string)` support --- src/puppet-web/puppet-web.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/puppet-web/puppet-web.ts b/src/puppet-web/puppet-web.ts index 4834d016..bbfb30da 100644 --- a/src/puppet-web/puppet-web.ts +++ b/src/puppet-web/puppet-web.ts @@ -381,7 +381,7 @@ export class PuppetWeb extends Puppet { return ret } catch (e) { - log.warn('PuppetWeb', 'contactFind(%s) rejected: %s', filterFunc, e.message) + log.warn('PuppetWeb', 'contactRemark(%s, %s) rejected: %s', contact.id, remark, e.message) throw e } } -- GitLab