This commit is contained in:
rusefillc 2021-07-13 09:01:08 -04:00
parent e3ed413e06
commit 80e345d503
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public class ConfigDefinition {
return;
}
SystemOut.println("Invoked with " + Arrays.toString(args));
SystemOut.println(ConfigDefinition.class + " Invoked with " + Arrays.toString(args));
String tsPath = null;
String destCHeaderFileName = null;