diff options
| author | theimpostor <sahirhoda@gmail.com> | 2024-07-28 21:49:06 -0500 |
|---|---|---|
| committer | theimpostor <sahirhoda@gmail.com> | 2024-07-28 21:49:06 -0500 |
| commit | 5d1f47fa49442dab6b05ce3f772239accbfe2585 (patch) | |
| tree | 4295bb8d5462561b02bd1840bfb6aac04f5c2525 /main.go | |
| parent | 710a391fc3de6c3e246750b6b6dfc07811d1afcc (diff) | |
debug log fix
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ func paste() error { slog.Error(fmt.Sprintf("ReadByte: %v", e)) return nil, e } else { - slog.Debug(fmt.Sprintf("Read: %x '%s'", b, string(b))) + slog.Debug(fmt.Sprintf("Read: %x %q", b, string(b))) // Terminator might be BEL (\a) or ESC-backslash (\x1b\\) if b == '\a' { break |
