mirror of
https://gitee.com/BDWare/common
synced 2025-01-09 17:34:16 +00:00
keep sync
This commit is contained in:
parent
50921a8c71
commit
32536e2c80
@ -38,7 +38,7 @@ public class ContractPrinter extends Thread {
|
||||
while (sc.hasNextLine()) {
|
||||
String content = sc.nextLine();
|
||||
if (psList.size() == 0) {
|
||||
System.out.println(TAG + content);
|
||||
LOGGER.info(TAG + content);
|
||||
} else {
|
||||
printInList(content);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user