From 3f2970fadbe2d4dc7057d0c3b83faa93b8622bde Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sat, 19 Dec 2015 14:47:37 +0000 Subject: Add missing semicolons after log statements --- src/cryptonote_core/miner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cryptonote_core/miner.cpp') diff --git a/src/cryptonote_core/miner.cpp b/src/cryptonote_core/miner.cpp index abb74b740..00a474524 100644 --- a/src/cryptonote_core/miner.cpp +++ b/src/cryptonote_core/miner.cpp @@ -257,7 +257,7 @@ namespace cryptonote m_threads.push_back(boost::thread(attrs, boost::bind(&miner::worker_thread, this))); } - LOG_PRINT_L0("Mining has started with " << threads_count << " threads, good luck!" ) + LOG_PRINT_L0("Mining has started with " << threads_count << " threads, good luck!" ); return true; } //----------------------------------------------------------------------------------------------------- -- cgit v1.2.3