aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2015-12-22 10:10:36 +0200
committerRiccardo Spagni <ric@spagni.net>2015-12-22 10:10:54 +0200
commitaa7d6c5412da29ec39bb4c9aaba7e45633d27547 (patch)
tree3c85a553792605403878aa5e06067c641318a125 /src/simplewallet/simplewallet.cpp
parentcab57ca49d6c6fd76b8d15550d5453770287200c (diff)
parent8ea7af1ba3ea74be52893a38ab9c7d5afdc90926 (diff)
downloadmonzero-core-aa7d6c5412da29ec39bb4c9aaba7e45633d27547.tar.gz
monzero-core-aa7d6c5412da29ec39bb4c9aaba7e45633d27547.tar.xz
monzero-core-aa7d6c5412da29ec39bb4c9aaba7e45633d27547.zip
Merge pull request #547
8ea7af1 Allow the wallet to access hard fork information (moneromooo-monero) 760331b epee: make log macros behave like statements (moneromooo-monero) 3f2970f Add missing semicolons after log statements (moneromooo-monero)
Diffstat (limited to 'src/simplewallet/simplewallet.cpp')
-rw-r--r--src/simplewallet/simplewallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp
index d1ff09170..ad4cd5622 100644
--- a/src/simplewallet/simplewallet.cpp
+++ b/src/simplewallet/simplewallet.cpp
@@ -157,7 +157,7 @@ namespace
{
m_flush = false;
- LOG_PRINT(m_oss.str(), m_log_level)
+ LOG_PRINT(m_oss.str(), m_log_level);
if (epee::log_space::console_color_default == m_color)
{