summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfireice-uk <fireice2@o2.pl>2017-03-17 18:11:39 +0000
committerfireice-uk <fireice2@o2.pl>2017-03-17 18:11:39 +0000
commit178465013eeaca3fecf8ecdbbb4d16a21fce9a0c (patch)
tree7573fe428bde9673aa5fc29933afad991196f1ab
parent7b07cbcf6e81aad6cc1f98589ca1c7b145580eed (diff)
downloadxmr-stak-178465013eeaca3fecf8ecdbbb4d16a21fce9a0c.zip
xmr-stak-178465013eeaca3fecf8ecdbbb4d16a21fce9a0c.tar.gz
typo fix
-rw-r--r--minethd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/minethd.cpp b/minethd.cpp
index 6036582..90a6f31 100644
--- a/minethd.cpp
+++ b/minethd.cpp
@@ -312,7 +312,7 @@ std::vector<minethd*>* minethd::thread_starter(miner_work& pWork)
if(cfg.iCpuAff >= 0)
{
#if defined(__APPLE__)
- printer::inst()->print_msg(L1, "WARNING on MacOS thread affinity is only advisory."
+ printer::inst()->print_msg(L1, "WARNING on MacOS thread affinity is only advisory.");
#endif
thd_setaffinity(thd->oWorkThd.native_handle(), cfg.iCpuAff);
}
OpenPOWER on IntegriCloud