extraPrepend logging

only:uaefi
This commit is contained in:
rusefillc 2025-01-02 22:00:32 -05:00
parent f02dbcdfc2
commit ce32b2ff48
1 changed files with 3 additions and 1 deletions

View File

@ -195,8 +195,10 @@ public class LiveDataProcessor {
state.addDestination(fragmentDialogConsumer);
}
if (extraPrepend != null)
if (extraPrepend != null) {
log.info("extraPrepend=" + extraPrepend);
state.addPrepend(extraPrepend);
}
state.addPrepend(prepend);
state.addCHeaderDestination(outFolder + File.separator + name + "_generated.h");