Improve logging

This commit is contained in:
Manfred Karrer 2016-04-23 02:51:01 +02:00
parent f700c427a6
commit b4edbe2986
4 changed files with 16 additions and 6 deletions

View file

@ -371,7 +371,7 @@ public final class Offer implements StoragePayload, RequiresOwnerIsOnlinePayload
return null;
}
} else {
log.warn("We don't have a market price.\n" +
log.debug("We don't have a market price.\n" +
"That case could only happen if you don't have a price feed.");
return null;
}