Skip to content

Commit

Permalink
more info
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvitora committed Dec 20, 2023
1 parent 359023a commit e8a6395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/channel-web/src/backend/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default class WebchatDb {
this.bp.logger
.forBot(botId)
.attachError(err)
.error('An error occurred while creating a user mapping.')
.error(`An error occurred while creating a user mapping for user ${userId} and visitor ${visitorId}.`)
}

return mapping
Expand Down

0 comments on commit e8a6395

Please sign in to comment.