Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-dietrich committed Oct 18, 2023
2 parents c0573d3 + cd35fa7 commit ab11d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/data_web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,8 @@ function sendMessage(class_id: string, message: data.LiveMessage): boolean {

const info = JSON.stringify(message)

log.debug(
`Message to be sent (${class_id}) => ${
log.info(
`Message to be broadcast (${class_id}) => ${
info.length > 100 ? `${info.slice(0, 100)}...` : info
}`
)
Expand Down

0 comments on commit ab11d17

Please sign in to comment.