aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2.cpp
diff options
context:
space:
mode:
authorNanoAkron <nanoakron@users.noreply.github.com>2017-01-30 03:24:51 +0000
committerNanoAkron <nanoakron@users.noreply.github.com>2017-01-30 03:24:51 +0000
commitfba9332de8faa9fa1b5e38370f26d38e92f33ece (patch)
tree00a83e43b0f21b4fa8487ee6b82dd26b5582438c /src/wallet/wallet2.cpp
parentMerge pull request #1618 (diff)
downloadmonero-fba9332de8faa9fa1b5e38370f26d38e92f33ece.tar.xz
Changed console output for transaction from L0 to L1
Diffstat (limited to 'src/wallet/wallet2.cpp')
-rw-r--r--src/wallet/wallet2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp
index 4348b8a62..a1943213f 100644
--- a/src/wallet/wallet2.cpp
+++ b/src/wallet/wallet2.cpp
@@ -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