Skip to content

Commit

Permalink
Use debug logging level in database_api_impl
Browse files Browse the repository at this point in the history
See #1799
  • Loading branch information
abitmore authored Aug 8, 2019
1 parent 90fd510 commit abd014e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/app/database_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ database_api_impl::database_api_impl( graphene::chain::database& db, const appli
}
catch( fc::assert_exception& e )
{
wlog( "amount_in_collateral_index not found - please enable api_helper_indexes plugin!" );
dlog( "amount_in_collateral_index not found - please enable api_helper_indexes plugin!" );
amount_in_collateral_index = nullptr;
}
}
Expand Down

0 comments on commit abd014e

Please sign in to comment.