diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2018-01-08 00:28:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-08 00:28:32 +0000 |
commit | d015a3d01ebc8ebdb5a0bdcded17f977ceb70ad3 (patch) | |
tree | ea018aaeaf0659ed8965ecf7b5db22d64774c87a /xmrstak/backend/amd | |
parent | 4fc621cfccb346f9073943288a0fcbf56aaad39c (diff) | |
parent | d01bab0cd73181353cbc8ae61ec5712b06fcb775 (diff) | |
download | xmr-stak-d015a3d01ebc8ebdb5a0bdcded17f977ceb70ad3.zip xmr-stak-d015a3d01ebc8ebdb5a0bdcded17f977ceb70ad3.tar.gz |
Merge pull request #778 from b-/patch-2
Rename "MacOS" to "macOS"
Diffstat (limited to 'xmrstak/backend/amd')
-rw-r--r-- | xmrstak/backend/amd/minethd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/backend/amd/minethd.cpp b/xmrstak/backend/amd/minethd.cpp index 85a48d3..422c28c 100644 --- a/xmrstak/backend/amd/minethd.cpp +++ b/xmrstak/backend/amd/minethd.cpp @@ -139,7 +139,7 @@ std::vector<iBackend*>* minethd::thread_starter(uint32_t threadOffset, miner_wor if(cfg.cpu_aff >= 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 printer::inst()->print_msg(L1, "Starting AMD GPU thread %d, affinity: %d.", i, (int)cfg.cpu_aff); |