reducing confusion

This commit is contained in:
rusefillc 2022-04-17 13:15:39 -04:00
parent b8bb95f636
commit 7e067bb5a1
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();