diff options
| -rw-r--r-- | reallog.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ func realPrintln(a ...any) { reallog.Println(a...) } if httpMode != nil { - s := "sf:" + fmt.Sprint(a...) + s := fmt.Sprint(a...) fmt.Fprintln(httpMode, s) } } |
