FF-1975: Fixed is from library logging issue

This commit is contained in:
John Andrews
2024-12-12 16:02:05 +13:00
parent 7292cf21dd
commit 7f48c731fd
+1 -1
View File
@@ -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;
}
}