Skip to content

Commit

Permalink
emunwa: avoid BEL rendering in console window
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDunne committed Mar 29, 2022
1 parent 7d6c020 commit 24b740e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/snes/drivers/emunw/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (c *Client) SendCommandBinaryWaitReply(cmd string, binaryArg []byte, deadli
b.Write(binaryArg)

if config.VerboseLogging {
log.Printf("emunw: cmd> %s", b.Bytes())
log.Printf("emunw: cmd> %#v", b.Bytes())
}

err = c.writeWithDeadline(b.Bytes(), deadline)
Expand Down

0 comments on commit 24b740e

Please sign in to comment.