mirror of https://github.com/v2ray/v2ray-core
nice log print
parent
ccbd6da20e
commit
b3c5b6b8a2
|
@ -24,7 +24,7 @@ func InterfaceToString(value interface{}) string {
|
|||
case []byte:
|
||||
return serial.BytesToHexString(value)
|
||||
default:
|
||||
return fmt.Sprint(value)
|
||||
return fmt.Sprintf("%+v", value)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue