diff --git a/Questionable/Controller/QuestController.cs b/Questionable/Controller/QuestController.cs index 46adb25b..4ed4f59b 100644 --- a/Questionable/Controller/QuestController.cs +++ b/Questionable/Controller/QuestController.cs @@ -410,7 +410,7 @@ internal sealed class QuestController { IList tasks = x.CreateAllTasks(CurrentQuest.Quest, seq, step).ToList(); - if (_logger.IsEnabled(LogLevel.Trace)) + if (tasks.Count > 0 && _logger.IsEnabled(LogLevel.Trace)) { string factoryName = x.GetType().FullName ?? x.GetType().Name; if (factoryName.Contains('.', StringComparison.Ordinal))