mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-31 06:25:32 -05:00
fix error log
This commit is contained in:
@@ -28,7 +28,7 @@ func (v *Error) Inner() error {
|
||||
|
||||
func New(msg ...interface{}) error {
|
||||
return &Error{
|
||||
message: serial.Concat(msg),
|
||||
message: serial.Concat(msg...),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user