mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 13:04:37 +03:00
fix
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user