Skip to content

Commit

Permalink
fix log format
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraRodgers committed Jun 20, 2024
1 parent 225b720 commit fcc0c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/speak-stream/v1/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (dch DefaultCallbackHandler) Flush(fr *interfaces.FlushedResponse) error {
}

// handle the message
fmt.Printf("\n\nFlushed.SequenceID: %s\n", fr.SequenceID)
fmt.Printf("\n\nFlushed.SequenceID: %d\n", fr.SequenceID)

return nil
}
Expand Down

0 comments on commit fcc0c11

Please sign in to comment.