forked from mirrors/gstreamer-rs
gstreamer: Fix another typo in macro
This commit is contained in:
parent
2a11b9d2cf
commit
8aa3e4417c
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ macro_rules! plugin_define(
|
||||||
if let Some(cause) = cause {
|
if let Some(cause) = cause {
|
||||||
$crate::error!($crate::CAT_PLUGIN_LOADING, "Failed to initialize plugin due to panic: {}", cause);
|
$crate::error!($crate::CAT_PLUGIN_LOADING, "Failed to initialize plugin due to panic: {}", cause);
|
||||||
} else {
|
} else {
|
||||||
$crate::error!(cat, "Failed to initialize plugin due to panic");
|
$crate::error!($crate::CAT_PLUGIN_LOADING, "Failed to initialize plugin due to panic");
|
||||||
}
|
}
|
||||||
|
|
||||||
$crate::glib::ffi::GFALSE
|
$crate::glib::ffi::GFALSE
|
||||||
|
|
Loading…
Reference in a new issue