mirror of
https://github.com/monero-project/monero.git
synced 2026-08-01 08:30:25 -07:00
Add missing semicolons after log statements
This commit is contained in:
@@ -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;
|
||||
}
|
||||
//-----------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user