[][src]Function libdc1394_sys::dc1394_log_warning

pub unsafe extern "C" fn dc1394_log_warning(format: *const c_char, _: ...)

dc1394_log_warning: logs a nonfatal error condition to the registered facility This function shall be invoked if a nonfatal error condition is encountered. The message passed as argument is delivered to the registered warning reporting function registered before. @param [in] format,...: warning message to be logged, multiple arguments allowed (printf style)