Commit d5d3a8a3539727be3f2fcf642d9e9ab5678daf8f

Authored by Adhidarma Hadiwinoto
1 parent d6e7dbdeac
Exists in master

DEBUG

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

... ... @@ -50,6 +50,8 @@ function onIncomingMessage(params) {
50 50 return;
51 51 }
52 52  
  53 + logger.verbose('MESSAGING-CLIENT-LIB: Got resposnse', { body });
  54 +
53 55 if (params.do_not_forward_to_core) return;
54 56 if (params.is_outgoing) return;
55 57