Skip to content

Commit

Permalink
Reduce noise in log
Browse files Browse the repository at this point in the history
  • Loading branch information
scottschurr committed Jan 22, 2018
1 parent eaff9a0 commit 80e8157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ripple/app/tx/impl/CreateOffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ CreateOffer::preclaim(PreclaimContext const& ctx)
if (isGlobalFrozen(ctx.view, uPaysIssuerID) ||
isGlobalFrozen(ctx.view, uGetsIssuerID))
{
JLOG(ctx.j.warn()) <<
JLOG(ctx.j.info()) <<
"Offer involves frozen asset";

return tecFROZEN;
Expand Down

0 comments on commit 80e8157

Please sign in to comment.