]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/GuidsDlg.java
1. Wrap text by word when showing a message box
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / module / ui / dialog / GuidsDlg.java
index 04f5232dd68bb0fc1159cdd74f95310c460ed687..24d8f942d3ba28a411b74078e37882975532af01 100644 (file)
@@ -363,7 +363,7 @@ public class GuidsDlg extends IDialog {
         //\r
         if (!isEmpty(this.jComboBoxCName.getSelectedItem().toString())) {\r
             if (!DataValidation.isC_NameType(this.jComboBoxCName.getSelectedItem().toString())) {\r
-                Log.err("Incorrect data type for Guid Name");\r
+                Log.wrn("Update Guids", "Incorrect data type for Guid Name");\r
                 return false;\r
             }\r
         }\r
@@ -373,7 +373,7 @@ public class GuidsDlg extends IDialog {
         //\r
         if (!isEmpty(this.jTextFieldFeatureFlag.getText())) {\r
             if (!DataValidation.isFeatureFlag(this.jTextFieldFeatureFlag.getText())) {\r
-                Log.err("Incorrect data type for Feature Flag");\r
+                Log.wrn("Update Guids", "Incorrect data type for Feature Flag");\r
                 return false;\r
             }\r
         }\r