mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
Qualify the nih_log!() in the proc macro
This commit is contained in:
@@ -248,7 +248,7 @@ pub fn derive_params(input: TokenStream) -> TokenStream {
|
||||
for (field_name, data) in serialized {
|
||||
match field_name.as_str() {
|
||||
#(#field_deserialize_tokens)*
|
||||
_ => nih_log!("Unknown serialized field name: {} (this may not be accurate)", field_name),
|
||||
_ => ::nih_plug::nih_log!("Unknown serialized field name: {} (this may not be accurate)", field_name),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user