mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
Select interface to use
Start miraclecast against interface of choose. - By tagged udev device - By `--interface` or `-i` option resolves #36, resolves #43, resolves #46
This commit is contained in:
parent
6cc5876ba6
commit
73adee82bf
8 changed files with 63 additions and 25 deletions
|
|
@ -112,6 +112,7 @@ static void log__submit(const char *file,
|
|||
*/
|
||||
|
||||
static const char *log__sev2str[LOG_SEV_NUM] = {
|
||||
[LOG_TRACE] = "TRACE",
|
||||
[LOG_DEBUG] = "DEBUG",
|
||||
[LOG_INFO] = "INFO",
|
||||
[LOG_NOTICE] = "NOTICE",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue