diff --git a/RandomizerCore/Logic/LogicManager.cs b/RandomizerCore/Logic/LogicManager.cs index dbaa15d..10ffa32 100644 --- a/RandomizerCore/Logic/LogicManager.cs +++ b/RandomizerCore/Logic/LogicManager.cs @@ -347,7 +347,7 @@ private DNFLogicDef CreateDNFLogicDef(string name, string infix, List> res = _DNFConverter.Result; if (res.Count > 200) { - LogDebug($"Warning - DNF for {name} expanded to {res.Count} clauses."); + Log($"Warning - DNF for {name} expanded to {res.Count} clauses."); } DNFLogicDef result = new(CreateClauses, this, name, Infix.ToInfix(tokens)); Profiling.EmitMetric("LogicManager.CreateDNFLogicDef.ResultingTermCount", result.GetTerms().Count()); diff --git a/RandomizerCore/RandomizerCore.csproj b/RandomizerCore/RandomizerCore.csproj index 6c78531..719e241 100644 --- a/RandomizerCore/RandomizerCore.csproj +++ b/RandomizerCore/RandomizerCore.csproj @@ -2,8 +2,8 @@ ae78b8e8-a733-44a2-be63-d264c82118b7 RandomizerCore - 1.1.0.0 - 1.1.0.0 + 1.1.1.0 + 1.1.1.0 net472 true latest