Add logid service & install target

This commit is contained in:
PixlOne
2019-08-09 14:25:40 -04:00
parent c2b5fceaf5
commit b55db6777e
8 changed files with 40 additions and 14 deletions
+1
View File
@@ -115,6 +115,7 @@ void DeviceFinder::addDevice(const char *path)
}
}
}
catch(HIDPP::Dispatcher::NoHIDPPReportException &e) { }
catch(std::system_error &e) { log_printf(WARN, "Failed to open %s: %s", string_path.c_str(), e.what()); }
for(auto dev : _devs)