mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
fix
This commit is contained in:
@@ -27,7 +27,7 @@ type v2rayLogWriter struct {
|
||||
}
|
||||
|
||||
func (w *v2rayLogWriter) Write(s string) error {
|
||||
log.Println(s)
|
||||
log.Print(s)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user