Skip to content

Commit

Permalink
Improve log message
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvergnaud committed Sep 13, 2023
1 parent 9e806c6 commit 4238ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/agent/MessageSender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export class MessageSender {
}

private async sendMessageToSession(agentContext: AgentContext, session: TransportSession, message: AgentMessage) {
this.logger.debug(`Existing ${session.type} transport session has been found, sending message.`)
this.logger.debug(`Packing message end sending it via existing session ${session.type}...`)
if (!session.keys) {
throw new AriesFrameworkError(`There are no keys for the given ${session.type} transport session.`)
}
Expand Down

0 comments on commit 4238ac1

Please sign in to comment.