gstreamer: Fix another typo in macro

This commit is contained in:
Sebastian Dröge 2023-01-16 11:30:56 +02:00
parent 2a11b9d2cf
commit 8aa3e4417c

View file

@ -118,7 +118,7 @@ macro_rules! plugin_define(
if let Some(cause) = cause {
$crate::error!($crate::CAT_PLUGIN_LOADING, "Failed to initialize plugin due to panic: {}", cause);
} 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