]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/GenBuild/org/tianocore/build/fpd/FpdParserForThread.java
Support "Defining Module Sequence in FV.inf". Since modules sequences in Fv.inf can...
[mirror_edk2.git] / Tools / Source / GenBuild / org / tianocore / build / fpd / FpdParserForThread.java
index de9a28c7d5abf5f84a1e75c2269c8ed26d059553..aa0ebe51b64f5553a8240d8505b3e62c87348f7b 100644 (file)
@@ -205,7 +205,7 @@ public class FpdParserForThread extends FpdParserTask {
                     //\r
                     // Exist ready thread\r
                     //\r
-//                    EdkLog.log(this, EdkLog.EDK_ALWAYS, "Exist ready thread");\r
+                    EdkLog.log(this, EdkLog.EDK_DEBUG, "Exist ready thread");\r
 \r
                 } else if (existNoneReady && currentRunNumber == 0) {\r
                     //\r
@@ -216,21 +216,21 @@ public class FpdParserForThread extends FpdParserTask {
                     //\r
                     // Current queue build finish, move to next\r
                     //\r
-                    EdkLog.log(this, EdkLog.EDK_ALWAYS, "Current queue build finish, move to next");\r
+                    EdkLog.log(this, EdkLog.EDK_DEBUG, "Current queue build finish, move to next");\r
                     ++currentQueueCode;\r
                     continue ;\r
                 } else {\r
                     //\r
                     // active thread exist, but no ready thread\r
                     //\r
-                    EdkLog.log(this, EdkLog.EDK_ALWAYS, "Active thread exist, but no ready thread. Current running number is " + currentRunNumber);\r
+                    EdkLog.log(this, EdkLog.EDK_DEBUG, "Active thread exist, but no ready thread. Current running number is " + currentRunNumber);\r
                 }\r
 \r
                 try {\r
                     deamonSemaphore.wait();\r
                     \r
                     //\r
-                    // if find error. Let other threads to finish\r
+                    // if find error. Waiting running threads to finish\r
                     //\r
                     if (errorModule != null) {\r
                         while (currentRunNumber > 0) {\r