Commit 2dac0c72ef0c29ab4a3a530a5e816fbcf0d0f8cc

Authored by Adhidarma Hadiwinoto
1 parent a41ce1b383
Exists in master

DEBUG

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -21,6 +21,7 @@ function setTransport(_transport) {
21 21 function onIncomingMessage(params) {
22 22  
23 23 if ( typeof params.partner !== 'string' || typeof params.msg !== 'string' || !params.partner.trim() || !params.msg.trim() ) {
  24 + logger.verbose('Not reporting to messaging center because of invalid parameter. F68CCCD74E79');
24 25 return;
25 26 }
26 27