mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-22 08:50:07 +08:00
fix
This commit is contained in:
parent
595a25120b
commit
af01bc7a89
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user