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:
|
case []byte:
|
||||||
return serial.BytesToHexString(value)
|
return serial.BytesToHexString(value)
|
||||||
default:
|
default:
|
||||||
return fmt.Sprint(value)
|
return fmt.Sprintf("%+v", value)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue