This commit is contained in:
arm64v8a
2023-02-13 22:24:47 +09:00
parent 595a25120b
commit af01bc7a89

View File

@@ -27,7 +27,7 @@ type v2rayLogWriter struct {
} }
func (w *v2rayLogWriter) Write(s string) error { func (w *v2rayLogWriter) Write(s string) error {
log.Println(s) log.Print(s)
return nil return nil
} }