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