fix log
This commit is contained in:
@@ -168,7 +168,7 @@ public abstract class MarketSupport implements Market {
|
|||||||
if (top.size() == limit){
|
if (top.size() == limit){
|
||||||
LOG.trace("Min order {}", top.first());
|
LOG.trace("Min order {}", top.first());
|
||||||
if (top.first().getProfit() < order.getProfit()) {
|
if (top.first().getProfit() < order.getProfit()) {
|
||||||
LOG.debug("Add to top");
|
LOG.trace("Add to top");
|
||||||
top.add(order);
|
top.add(order);
|
||||||
top.pollFirst();
|
top.pollFirst();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user