logging for mpv commands
This commit is contained in:
parent
ea31535bfb
commit
e262d31261
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ impl Handle {
|
|||
.map(CString::new)
|
||||
.map(Result::unwrap)
|
||||
.collect();
|
||||
event!(Level::DEBUG, "sending command to mpv: {:?}", args);
|
||||
let mut args: Vec<*const c_char> = args
|
||||
.iter()
|
||||
.map(CString::as_c_str)
|
||||
|
|
Loading…
Reference in a new issue