EPIC: Improve toolset for default tune canned tune generation #4871
only: better logging
This commit is contained in:
parent
1929ff6205
commit
f2167c862f
|
@ -59,7 +59,7 @@ public class MetaHelper {
|
|||
log.info("Not located " + substring + " in " + s);
|
||||
} else {
|
||||
context.append(cf.getOriginalArrayName()).append(".");
|
||||
log.info("Located " + tsFieldByName + " in " + s);
|
||||
log.info(name + ": Located " + tsFieldByName + " in " + s);
|
||||
}
|
||||
return tsFieldByName;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue