1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-27 01:45:23 +00:00
This commit is contained in:
Darien Raymond 2017-01-29 08:20:47 +01:00
parent 61bc7b9100
commit 20e785fa80
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -70,7 +70,7 @@ func (v ErrorBuilder) Message(msg ...interface{}) error {
}
return &Error{
message: serial.ToString(msg...) + " > " + v.error.Error(),
message: serial.Concat(msg...) + " > " + v.error.Error(),
inner: v.error,
}
}