reducing confusion

This commit is contained in:
rusefillc 2022-04-17 13:15:39 -04:00
parent ef78f1d19c
commit 306243a948
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class TriggerWheelTSLogic {
public void execute(String folder, VariableRegistry variableRegistry) {
if (folder == null) {
System.out.println("Folder not specified");
System.out.println(getClass() + ": Folder not specified");
return;
}
StringBuilder triggerTypesWithoutKnownLocation = new StringBuilder();