Commit 63f948f26a751e0d6f8c6d9349c84025346346c6

Authored by Adhidarma Hadiwinoto
1 parent e54541939c
Exists in master

Log message

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

... ... @@ -56,7 +56,7 @@ function onIncomingMessage(params) {
56 56 }
57 57 catch(e) {
58 58 if (DEBUG_ON_NON_JSON_DIRECT_RESPONSE) {
59   - logger.verbose('MESSAGING-CLIENT-LIB: direct response is not on JSON format, forwarding raw response', {
  59 + logger.verbose('MESSAGING-CLIENT-LIB: direct response from messaging service is not on JSON format, forwarding raw response', {
60 60 partner: params.partner,
61 61 msg: params.msg.trim(),
62 62 directResponse: body,