Output cleanup
This commit is contained in:
parent
22bdb1ac13
commit
151d9912de
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ LinuxUinput::finish()
|
|||
//std::cout << "Finalizing uinput: '" << user_dev.name << "'" << std::endl;
|
||||
|
||||
if (write(fd, &user_dev, sizeof(user_dev)) < 0)
|
||||
throw std::runtime_error("uinput:finish: " + name + strerror(errno));
|
||||
throw std::runtime_error("uinput:finish: " + name + ": " + strerror(errno));
|
||||
|
||||
if (ioctl(fd, UI_DEV_CREATE))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue