diff --git a/device/uapi.go b/device/uapi.go index 0cb34ea..195bd81 100644 --- a/device/uapi.go +++ b/device/uapi.go @@ -298,7 +298,7 @@ func (device *Device) IpcSetOperation(socket *bufio.Reader) *IPCError { }() if err != nil { - logError.Println("Failed to set endpoint:", value) + logError.Println("Failed to set endpoint:", err, ":", value) return &IPCError{ipc.IpcErrorInvalid} }