todone
This commit is contained in:
parent
fd44d3280a
commit
2f0b4025c5
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ impl Handle {
|
|||
|
||||
ffi::mpv_event_id_MPV_EVENT_LOG_MESSAGE => {
|
||||
let data = unsafe { &*(event.data as *mut ffi::mpv_event_log_message) };
|
||||
// TODO: actual logging?
|
||||
Some(MpvEvent::LogMessage(LogMessageEvent {
|
||||
prefix: unsafe { CStr::from_ptr(data.prefix) }
|
||||
.to_string_lossy()
|
||||
|
|
Loading…
Reference in a new issue