]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/PpisDlg.java
1. Wrap text by word when showing a message box
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / module / ui / dialog / PpisDlg.java
index f7f50017ff630571f5684c8fc21759543c7b724e..de182cd4ea9c51fba25073b369540c5988c2f62e 100644 (file)
@@ -375,7 +375,7 @@ public class PpisDlg extends IDialog implements ItemListener {
         //\r
         if (!isEmpty(this.jComboBoxCName.getSelectedItem().toString())) {\r
             if (!DataValidation.isC_NameType(this.jComboBoxCName.getSelectedItem().toString())) {\r
-                Log.err("Incorrect data type for Ppi/PpiNotify Name");\r
+                Log.wrn("Update Ppis", "Incorrect data type for Ppi/PpiNotify Name");\r
                 return false;\r
             }\r
         }\r
@@ -385,7 +385,7 @@ public class PpisDlg extends IDialog implements ItemListener {
         //\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 Ppis", "Incorrect data type for Feature Flag");\r
                 return false;\r
             }\r
         }\r