X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FPcdTools%2Forg%2Ftianocore%2Fpcd%2Fentity%2FMemoryDatabaseManager.java;h=f7c08f5330018b931e8dacf55e5c4a375af08256;hp=62789fe4c987dfd3b90e90ae3ed21a91594ecd93;hb=d653c17a85d80aae43c3f5b0a7d50679bf64ab3e;hpb=719cebfea79fc6a8cdf06e1694a6596b4db69d1b;ds=sidebyside diff --git a/Tools/Source/PcdTools/org/tianocore/pcd/entity/MemoryDatabaseManager.java b/Tools/Source/PcdTools/org/tianocore/pcd/entity/MemoryDatabaseManager.java index 62789fe4c9..f7c08f5330 100644 --- a/Tools/Source/PcdTools/org/tianocore/pcd/entity/MemoryDatabaseManager.java +++ b/Tools/Source/PcdTools/org/tianocore/pcd/entity/MemoryDatabaseManager.java @@ -213,7 +213,7 @@ public class MemoryDatabaseManager { // We only support Dynamice(EX) type for PEI and DXE phase. // If it is not referenced in either PEI or DXE, throw exception now. // - throw new EntityException("[PCD tool Internal Error] Dynamic(EX) PCD Entries are referenced in module that is not in PEI phase nor in DXE phase."); + throw new EntityException("[PCD Tool Internal Error] Dynamic(EX) PCD Entries are referenced in a module that is not used in either PEI or DXE phases."); } } }