Require subscribers to have JavaScript turned on
This commit is contained in:
parent
83ac907f24
commit
e1ace459cf
5 changed files with 34 additions and 11 deletions
|
@ -215,7 +215,7 @@ module.exports.addConfirmation = (list, email, optInIp, data, callback) => {
|
|||
|
||||
setImmediate(() => {
|
||||
if (data._skip) {
|
||||
log.error('Subscription', 'Confirmation message for %s marked to be skipped (%s)', email, JSON.stringify(data));
|
||||
log.info('Subscription', 'Confirmation message for %s marked to be skipped (%s)', email, JSON.stringify(data));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue