mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-05-06 08:49:25 -05:00
FF-1975: Fixed is from library logging issue
This commit is contained in:
@@ -40,7 +40,7 @@ public class IsFromLibrary : Node
|
||||
return 1;
|
||||
}
|
||||
|
||||
args.Logger?.ILog("Is not from library: " + args.Library.Name);
|
||||
args.Logger?.ILog("Is not from library: " + Library.Name);
|
||||
return 2;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user