EPIC: Improve toolset for default tune canned tune generation #4871

only: better logging
This commit is contained in:
rusefillc 2024-04-20 14:03:54 -04:00
parent 1929ff6205
commit f2167c862f
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class MetaHelper {
log.info("Not located " + substring + " in " + s); log.info("Not located " + substring + " in " + s);
} else { } else {
context.append(cf.getOriginalArrayName()).append("."); context.append(cf.getOriginalArrayName()).append(".");
log.info("Located " + tsFieldByName + " in " + s); log.info(name + ": Located " + tsFieldByName + " in " + s);
} }
return tsFieldByName; return tsFieldByName;
} }