X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FMigrationTools%2Forg%2Ftianocore%2Fmigration%2FDatabase.java;h=f33670e7f19ae7ccd518f14a6796f66c6102c285;hp=69cb62e3723ac9c9699b11259b6ec7a02f280894;hb=719cebfea79fc6a8cdf06e1694a6596b4db69d1b;hpb=391dbbb1c00daefe78e7e44499d048943ca866ae diff --git a/Tools/Source/MigrationTools/org/tianocore/migration/Database.java b/Tools/Source/MigrationTools/org/tianocore/migration/Database.java index 69cb62e372..f33670e7f1 100644 --- a/Tools/Source/MigrationTools/org/tianocore/migration/Database.java +++ b/Tools/Source/MigrationTools/org/tianocore/migration/Database.java @@ -46,7 +46,7 @@ public class Database { Func lf; if (rd.ready()) { - System.out.println("Found " + filename + " , Importing Library Database"); + System.out.println("Found " + filename + ", Importing Library Database."); while ((line = rd.readLine()) != null) { if (line.length() != 0) { linecontext = line.split(","); @@ -64,7 +64,7 @@ public class Database { Guid gu; if (rd.ready()) { - System.out.println("Found " + filename + " , Importing " + type + " Database"); + System.out.println("Found " + filename + ", Importing " + type + " Database."); while ((line = rd.readLine()) != null) { if (line.length() != 0) { linecontext = line.split(","); @@ -82,7 +82,7 @@ public class Database { Macro mc; if (rd.ready()) { - System.out.println("Found " + filename + " , Importing Macro Database"); + System.out.println("Found " + filename + ", Importing Macro Database."); while ((line = rd.readLine()) != null) { if (line.length() != 0) { linecontext = line.split(",");