mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-28 09:24:15 -04:00
Improve logging
This commit is contained in:
parent
f700c427a6
commit
b4edbe2986
4 changed files with 16 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue