X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FFrameworkWizard%2Fsrc%2Forg%2Ftianocore%2Fframeworkwizard%2Fmodule%2Fui%2FModuleSystemTables.java;h=cabd9a3f2db27a09fcf9bc86b6c6ad3d5c41c1ac;hp=bf78fb5611b1a5a43bf7dd2dc87fb79dd1696ecf;hb=ed1665f26835816c3ef05ef5eadd30bff1ec4829;hpb=6ab88a7c86ac8bdadf87a56ca041b816bd8da453 diff --git a/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/ModuleSystemTables.java b/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/ModuleSystemTables.java index bf78fb5611..cabd9a3f2d 100644 --- a/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/ModuleSystemTables.java +++ b/Tools/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/ModuleSystemTables.java @@ -343,7 +343,7 @@ public class ModuleSystemTables extends IInternalFrame { } if (arg0.getSource() == jButtonUpdate) { if (this.selectedRow < 0) { - Log.err("Please select one record first."); + Log.wrn("Update System Tables", "Please select one record first."); return; } showEdit(selectedRow); @@ -400,6 +400,7 @@ public class ModuleSystemTables extends IInternalFrame { this.msa.setSystemTables(systemTables); this.omt.setSaved(false); } catch (Exception e) { + Log.wrn("Update System Tables", e.getMessage()); Log.err("Update System Tables", e.getMessage()); } }