aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.cpp
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-12-19 14:47:37 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2015-12-19 14:47:37 +0000
commit3f2970fadbe2d4dc7057d0c3b83faa93b8622bde (patch)
tree342e6af9a159ff6fa489e26f3ff653c3ae6b0b71 /src/simplewallet/simplewallet.cpp
parent5d33b43d8d957b4ec8051f54a1d14af35226a6dd (diff)
downloadmonzero-core-3f2970fadbe2d4dc7057d0c3b83faa93b8622bde.tar.gz
monzero-core-3f2970fadbe2d4dc7057d0c3b83faa93b8622bde.tar.xz
monzero-core-3f2970fadbe2d4dc7057d0c3b83faa93b8622bde.zip
Add missing semicolons after log statements
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)
{