]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/ModuleVariables.java
1. Wrap text by word when showing a message box
[mirror_edk2.git] / Tools / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / module / ui / ModuleVariables.java
index 5dfbb1deef44490e54d7af7b9351304eaa892d7d..ac16e2b31fca59b975686e5d1d4bd438205b9986 100644 (file)
@@ -342,7 +342,7 @@ public class ModuleVariables extends IInternalFrame {
         }\r
         if (arg0.getSource() == jButtonUpdate) {\r
             if (this.selectedRow < 0) {\r
-                Log.err("Please select one record first.");\r
+                Log.wrn("Update Variables", "Please select one record first.");\r
                 return;\r
             }\r
             showEdit(selectedRow);\r
@@ -402,6 +402,7 @@ public class ModuleVariables extends IInternalFrame {
             this.msa.setVariables(variables);\r
             this.omt.setSaved(false);\r
         } catch (Exception e) {\r
+            Log.wrn("Update Variables", e.getMessage());\r
             Log.err("Update Variables", e.getMessage());\r
         }\r
     }\r