Skip to content

Commit e74f7f0

Browse files
committed
update some logs
1 parent 2eac5ab commit e74f7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EIDEProject.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2780,7 +2780,7 @@ $(OUT_DIR):
27802780
target.toolchainConfigMap[optionsInfo.toolchain].options = optionsInfo.options;
27812781
} else {
27822782
optionsInfo.notCleanup = true;
2783-
GlobalEvent.log_warn(`No options for toolchain ${optionsInfo.toolchain} in toolchainConfigMap`);
2783+
GlobalEvent.log_warn(`No config for toolchain "${optionsInfo.toolchain}" for target "${targetName}"`);
27842784
GlobalEvent.log_show();
27852785
}
27862786
}

0 commit comments

Comments
 (0)