mirroring is weird
This commit is contained in:
parent
889ec714e1
commit
53adaabee0
|
@ -32,7 +32,8 @@ func realPrintln(a ...any) {
|
||||||
reallog.Println(a...)
|
reallog.Println(a...)
|
||||||
}
|
}
|
||||||
if httpMode != nil {
|
if httpMode != nil {
|
||||||
fmt.Fprintln(httpMode, fmt.Sprint(a...))
|
s := "sf:" + fmt.Sprint(a...)
|
||||||
|
fmt.Fprintln(httpMode, s)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue