Changed console output for transaction from L0 to L1

This commit is contained in:
NanoAkron 2017-01-30 03:24:51 +00:00
parent 4629ead8c5
commit fba9332de8
No known key found for this signature in database
GPG Key ID: 346A337AA2EA8B57
1 changed files with 1 additions and 1 deletions

View File

@ -3014,7 +3014,7 @@ void wallet2::commit_tx(pending_tx& ptx)
}
//fee includes dust if dust policy specified it.
LOG_PRINT_L0("Transaction successfully sent. <" << txid << ">" << ENDL
LOG_PRINT_L1("Transaction successfully sent. <" << txid << ">" << ENDL
<< "Commission: " << print_money(ptx.fee) << " (dust sent to dust addr: " << print_money((ptx.dust_added_to_fee ? 0 : ptx.dust)) << ")" << ENDL
<< "Balance: " << print_money(balance()) << ENDL
<< "Unlocked: " << print_money(unlocked_balance()) << ENDL